kopia lustrzana https://github.com/jupyterhub/repo2docker
update node10 test to reflect the removal of conda nodejs
rodzic
573ecc9054
commit
a337ee8020
|
@ -1,13 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
# check node from conda-forge
|
||||
set -ex
|
||||
|
||||
# check node system package and its version
|
||||
which node
|
||||
node --version
|
||||
node --version | grep v11
|
||||
# check node system package
|
||||
/usr/bin/node --version
|
||||
/usr/bin/node --version | grep v10
|
||||
node --version | grep v10
|
||||
|
||||
which npm
|
||||
npm --version
|
||||
|
|
Ładowanie…
Reference in New Issue