Created
January 1, 2022 12:51
-
-
Save greenstevester/65148978d5300f4f2fef2305631dac89 to your computer and use it in GitHub Desktop.
This file contains 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
This ensures you have npm setup and configured correctly on osx. | |
see http://dreamerslab.com/blog/en/npm-basic-commands/ | |
see https://www.sitepoint.com/beginners-guide-node-package-manager/ | |
npm config ls -l | |
npm config set loglevel info | |
npm config set registry http://registry.npmjs.org/ | |
npm set progress=false | |
npm install --verbose | |
npm list -g --depth=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment