update nodejs/npm
This commit is contained in:
@@ -3,19 +3,19 @@
|
||||
## start Angular development server
|
||||
```
|
||||
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
|
||||
|
||||
```
|
||||
gradlew npm_run_serve
|
||||
gradlew npm_run_ng_serve
|
||||
```
|
||||
|
||||
## create new component
|
||||
|
||||
```
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user