kopia lustrzana https://github.com/jupyterhub/repo2docker
13 wiersze
165 B
Plaintext
13 wiersze
165 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
![]() |
set -ex
|
||
|
|
||
|
# check node system package and its version
|
||
![]() |
which node
|
||
![]() |
node --version
|
||
![]() |
node --version | grep v14
|
||
![]() |
|
||
![]() |
which npm
|
||
![]() |
npm --version
|
||
![]() |
npm --version | grep 6.
|