Replies: 4 comments
|
@fahad1717 The error message "Npm Install error EACCES: permission denied" indicates that you don't have the necessary permissions to install packages globally using npm. check this: sudo chown -R $(whoami) ~/.npm npm config set prefix ~/.npm Remember that using sudo grants administrator permissions, which can have security implications. It's important to be aware of what you're doing and how it might affect your system. I hope this helps you resolve the issue! If you need further assistance, feel free to ask. |
0 replies
|
that worked! |
0 replies
|
it works thx |
0 replies
|
That worked, Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
All reactions