Changing npm@next to npm@latest
Resolving issue with error "No matching version found for npm@next."
This commit is contained in:
parent
21867f0efa
commit
b484853fc5
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ if [ "vOPT" = "true" ] || [ "$VERSION" != "" ]; then
|
||||||
sudo -u $UN git checkout $VERSION
|
sudo -u $UN git checkout $VERSION
|
||||||
fi
|
fi
|
||||||
# Update npm
|
# Update npm
|
||||||
npm install -g npm@next
|
npm install -g npm@latest
|
||||||
wait
|
wait
|
||||||
# Install dependancies
|
# Install dependancies
|
||||||
sudo -u $UN npm i
|
sudo -u $UN npm i
|
||||||
|
|
Loading…
Reference in a new issue