OpenSUSE package name for npm has changed

This commit is contained in:
Lovell Fuller 2016-02-25 22:19:08 +00:00
parent df33c3024a
commit 962c91daf0

View File

@ -3,5 +3,5 @@
# Install Node.js on openSUSE 13.2 # Install Node.js on openSUSE 13.2
zypper addrepo http://download.opensuse.org/repositories/devel:languages:nodejs/openSUSE_13.2/devel:languages:nodejs.repo zypper addrepo http://download.opensuse.org/repositories/devel:languages:nodejs/openSUSE_13.2/devel:languages:nodejs.repo
zypper --gpg-auto-import-keys refresh zypper --gpg-auto-import-keys refresh
zypper --non-interactive install gcc-c++ make nodejs-devel nodejs-npm zypper --non-interactive install gcc-c++ make nodejs-devel npm
npm install -g npm npm install -g npm