Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

windows npm install permission denied

npm config set unsafe-perm true

Comment

permission denied while installing npm

// This looks like a permissions issue in your home directory. 
// To reclaim ownership of the .npm directory execute:
sudo chown -R $(whoami) ~/.npm
Comment

npm permission denied

npm config set prefix ~/npm
export PATH="$PATH:$HOME/npm/bin"
Comment

PREVIOUS NEXT
Code Example
Shell :: upgrade nltk version 
Shell :: powershell remove folder and contents 
Shell :: change message commit git 
Shell :: Flutter plugin not installed; this adds Flutter specific functionality. windows 
Shell :: bash firebase command not found 
Shell :: bash display items in array 
Shell :: ubuntu control brightness 
Shell :: bash for loop find 
Shell :: set remote url git 
Shell :: install cubecoders amp 
Shell :: install sticky notes in ubuntu 
Shell :: find text in any file linux 
Shell :: how to push code on bitbucket 
Shell :: generate py file from ui 
Shell :: how to force push to heroku 
Shell :: cmake openssl linux 
Shell :: pkgAcquire::Run (13: Permission denied) 
Shell :: git reset amend 
Shell :: Please remove any global installs with one of the following commands: 
Shell :: change brightness ubuntu 20.04 
Shell :: Clone a specific repository 
Shell :: make shell script executable 
Shell :: install vscode ubuntu 20.04 
Shell :: git update recursive submodules 
Shell :: create conda env using yml 
Shell :: react native Could not find "Podfile.lock" at 
Shell :: nuget install location 
Shell :: node upgrade mac os x 
Shell :: zsh command not found: flutterfire 
Shell :: yarn upgrade typescript 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =