Answers for "the operation was rejected by your operating system. npm mac"

1

The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user

sudo chown -R $USER /usr/local/lib/node_modules
Posted by: Guest on December-12-2020
0

The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user

cd /Users/Marc/Desktop/Dev
rm -rf ./masterclass/node_mdoules/
chown -R $USER ./masterclass/
cd masterclass    
npm install
Posted by: Guest on December-12-2020
0

the operation was rejected by your operating system npm install

try pausing your antivirus
Posted by: Guest on March-07-2021

Code answers related to "the operation was rejected by your operating system. npm mac"

Browse Popular Code Answers by Language