update nodejs/npm
This commit is contained in:
@@ -3,19 +3,19 @@
|
|||||||
## start Angular development server
|
## start Angular development server
|
||||||
```
|
```
|
||||||
cd pdb-js
|
cd pdb-js
|
||||||
build/npm/npm-v6.14.5/bin/npm run ng serve
|
build/npm/npm-v6.14.7/bin/npm run ng serve
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
|
|
||||||
```
|
```
|
||||||
gradlew npm_run_serve
|
gradlew npm_run_ng_serve
|
||||||
```
|
```
|
||||||
|
|
||||||
## create new component
|
## create new component
|
||||||
|
|
||||||
```
|
```
|
||||||
cd pdb-js
|
cd pdb-js
|
||||||
build/npm/npm-v6.14.5/bin/npm run ng generate component component-name
|
build/npm/npm-v6.14.7/bin/npm run ng generate component component-name
|
||||||
```
|
```
|
||||||
|
|
||||||
## update JavaScript libraries
|
## update JavaScript libraries
|
||||||
|
|||||||
@@ -6,11 +6,10 @@ plugins {
|
|||||||
|
|
||||||
node {
|
node {
|
||||||
// Version of node to use.
|
// Version of node to use.
|
||||||
//version = '0.11.10'
|
version = '14.8.0'
|
||||||
version = '13.10.1'
|
|
||||||
|
|
||||||
// Version of npm to use.
|
// Version of npm to use.
|
||||||
npmVersion = '6.14.5'
|
npmVersion = '6.14.7'
|
||||||
|
|
||||||
// Version of Yarn to use.
|
// Version of Yarn to use.
|
||||||
//yarnVersion = '0.16.1'
|
//yarnVersion = '0.16.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user