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

npm permission denied sudo

sudo apt remove npm
sudo apt install npm
Comment

PREVIOUS NEXT
Code Example
Shell :: generate spec file using pyinstaller 
Shell :: bash remove first character 
Shell :: linux print hostname 
Shell :: git remove all local changes 
Shell :: capacitor icon and splash 
Shell :: golang protobuff installation 
Shell :: reconnaissance in cyber security 
Shell :: notepad++ kali 
Shell :: ssh service running ubuntu 
Shell :: git commit with subject and body 
Shell :: tail colored 
Shell :: ngrok command 
Shell :: count occurrences of word in file linux 
Shell :: how to delete a word from a file in bash 
Shell :: address already in use flask ubuntu 
Shell :: pip uninstall package and dependencies 
Shell :: ERROR: Unknown command-line argument "-tgt-fs" 
Shell :: how to install differnt version of temsorflow 
Shell :: git unsafe repository is owned by someone else 
Shell :: git stash drop all 
Shell :: netstat centos ports 
Shell :: accessing settings through cmd 
Shell :: create a batch file to create a text file with multiple line input 
Shell :: files changed in a commit 
Shell :: Installing nvidia-docker on linux mint 
Shell :: which service using port 80 command 
Shell :: how to uninstall cudnn ubuntu 
Shell :: install packet tracer on ubuntu 
Shell :: cordova plugin list save 
Shell :: how to install node.tar.xz in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =