3 things I do after installing Nodejs
·1 分で読めます
Installing latest npm
$ npm install -g npm@latestDisabling npm’s progress bar
Disabling progress bar for faster npm install.
$ npm set progress=falseSee Progress bar noticeably slows down npm install · Issue #11283 · npm/npm
Installing npm-check
npm-check checks outdated, incorrect, and unused dependencies.
$ npm install -g npm-check関連記事
Sorting processes by memory usage
2016-03-28