Replies: 2 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. |
Beta Was this translation helpful? Give feedback.
-
that worked! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions