Skip to content

Instantly share code, notes, and snippets.

@vaderj
Last active February 27, 2020 16:17
Show Gist options
  • Save vaderj/0daa2e6344fe6036eeb2aace5b753858 to your computer and use it in GitHub Desktop.
Save vaderj/0daa2e6344fe6036eeb2aace5b753858 to your computer and use it in GitHub Desktop.
#node.js #npm cheatsheet NPM & Node.js cheatsheet
#If NPM is throwing errors about permissions issues:
npm config set unsafe-perm=true
# error : "Error: EPERM: operation not permitted, rename" ... includes cache clear twice
npm cache clean --force
npm install -g npm@latest --force
npm cache clean --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment