Ubuntu npm install Error EACCES permission denied symlink
Error Solution
Error Solution
npm install command failed in Windows Subsystem for Linux (Ubuntu) with following exceptions. Solution Run npm install with allow root params
$ pip install –upgrade –user awsebcli
wget https://cpanel.fleetssl.com/static/letsencrypt.repo -O /etc/yum.repos.d/letsencrypt.repo yum -y install letsencrypt-cpanel
apt-get install python-pip $which pip /usr/bin/pip $pip install -U pip $which pip /usr/bin/pip $hash -r $which pip /usr/local/bin/pip
http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-up-node-on-ec2-instance.html curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash . ~/.nvm/nvm.sh nvm install 4.4.5 node -e “console.log(‘Running Node.js ‘ + process.version)”
1. Download epel release wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 2. Install epel package ( uninstall old epel package if conflict occur) rpm -i epel-release-latest-7.noarch.rpm 3. Update yum sudo yum update 4. Install ansible sudo yum install ansible 5. Test ansible –version ansible localhost -m ping