Created
August 2, 2017 04:54
-
-
Save bilalqtech/ab1fba8fefae85c5b66ec3545a40e17f to your computer and use it in GitHub Desktop.
npm/yarn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Listing globally installed NPM packages and version | |
npm list -g --depth=0 | |
Source: https://gist.github.com/brenopolanski/4aec3240bf30889576f9badd2e745fc3 | |
***** | |
Uninstalling npm global packages | |
npm uninstall -g <packagename> | |
e.g: npm uninstall -g jshint | |
Source: https://docs.npmjs.com/getting-started/uninstalling-global-packages | |
***** | |
Yarn vs NPM Cheatsheet: | |
Source: https://shift.infinite.red/npm-vs-yarn-cheat-sheet-8755b092e5cc | |
PDF Version: https://infinite.red/files/yarn.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment