mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-08 04:10:31 +08:00
docs: be explicit about node version
This commit is contained in:
parent
26950ba045
commit
d811f721ac
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Angular",
|
"name": "Angular",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"shortdescription": "Angular 8 template",
|
"shortdescription": "Angular 8 template (Requires node 10.8+)",
|
||||||
"description": "Angular projects w/ @angular/cli - Note: in order to reach the cli use npx like this: npx ng",
|
"description": "Angular projects w/ @angular/cli - Note: in order to reach the cli use npx like this: npx ng",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"bin": "npx",
|
"bin": "npx",
|
||||||
"help": "This template requires 'npx'. Please install with 'npm install -g npx'"
|
"help": "This template requires 'npx'. Please install with 'npm install -g npx'"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"install": "npm install",
|
"install": "npm install",
|
||||||
"build": "npx ng build --single-bundle true --output-hashing none --prod --bundle-styles false",
|
"build": "npx ng build --single-bundle true --output-hashing none --prod --bundle-styles false",
|
||||||
"author": "bh90210 <ktc@pm.me>",
|
"author": "bh90210 <ktc@pm.me>",
|
||||||
|
Loading…
Reference in New Issue
Block a user