My notebook for NPM commands that I find useful.
i can be used instead of install
npm -g list
- Shows everything that you've installed globally in a dependency tree graph.
npm list
- Shows everything that you've installed locally in a dependency tree graph.
i can be used instead of install
npm -g list
- Shows everything that you've installed globally in a dependency tree graph.
npm list
- Shows everything that you've installed locally in a dependency tree graph.
No comments:
Post a Comment