EACCES Permissions Error Solved!

Опубликовано: 15 Октябрь 2024
на канале: LearnEDU
6,650
45

In this video I show you how to resolve the common EACCES permission error that users encounter when trying to install a package globally using the NPM package manager.
Commands to use:
sudo chown -R `whoami` ~/.npm
-You will need to enter your password-
sudo chown -R `whoami` /usr/local/lib/node_modules
#npm #nodejs #reactnative