You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you had installed npm using sudo, then the bin directories where go-npm tries to install the binaries are owned by root. We get EACCESS when trying to move the file from ./bin to npm bin directory.
See aws/aws-sam-cli#66
If you had installed
npm
using sudo, then the bin directories wherego-npm
tries to install the binaries are owned by root. We get EACCESS when trying to move the file from./bin
tonpm bin
directory.Catch the error and provide helpful instructions. Link to https://docs.npmjs.com/getting-started/fixing-npm-permissions
The text was updated successfully, but these errors were encountered: