Ensure latest npm on openSUSE test

This commit is contained in:
Lovell Fuller 2015-11-11 22:25:17 +00:00
parent 7383596f8c
commit d7278f022b

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 zypper --non-interactive install gcc-c++ make nodejs-devel nodejs-npm
/usr/bin/npm install -g npm@latest npm install -g npm