Skip to content

Commit 0c63e3d

Browse files
committed
update notes
1 parent 4530b47 commit 0c63e3d

File tree

3 files changed

+327
-41
lines changed

3 files changed

+327
-41
lines changed

Notes/NodeJS/NPM 命令备忘.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ npm update packageName
5555
npm update -g packageName
5656
// 更新全部包
5757
npm update
58-
npm update -g
58+
npm update -g
5959
```
6060

61-
- show all package
61+
- show all package
6262

6363
```sass
6464
npm -g list
6565
```
6666

67-
[玩转npm](http://www.alloyteam.com/2016/03/master-npm/)
67+
[玩转npm](http://www.alloyteam.com/2016/03/master-npm/)
68+
[npm scripts](https://docs.npmjs.com/misc/scripts)

0 commit comments

Comments
 (0)