Skip to content

Instantly share code, notes, and snippets.

@daliborgogic
Created October 10, 2018 11:17
Show Gist options
  • Save daliborgogic/ac440059b800a1ec6c34a0790c15622e to your computer and use it in GitHub Desktop.
Save daliborgogic/ac440059b800a1ec6c34a0790c15622e to your computer and use it in GitHub Desktop.
npm permission fix
$ sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
$ npm i -g whatever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment