upgrade to npm 14.x
This commit is contained in:
parent
1c9ca495c8
commit
ef305dec04
|
|
@ -13,7 +13,7 @@ mkdir -p tmp/use-npm-repository && cd tmp/use-npm-repository
|
|||
|
||||
# install node LTS.
|
||||
# see https://github.com/nodesource/distributions#debinstall
|
||||
curl -sL https://deb.nodesource.com/setup_12.x | bash
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | bash
|
||||
apt-get install -y nodejs
|
||||
node --version
|
||||
npm --version
|
||||
|
|
|
|||
Loading…
Reference in New Issue