We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvm
1 parent e5dac10 commit 5e40e22Copy full SHA for 5e40e22
.devtools/assemble.sh
@@ -145,7 +145,7 @@ pass "Suggested dependencies installed."
145
# expected to be committed to the repository.
146
if [ -f "package-lock.json" ]; then
147
info "Installing front-end dependencies."
148
- if [ -f ".nvmrc" ]; then nvm use; fi
+ if [ -f ".nvmrc" ]; then nvm use || true; fi
149
if [ ! -d "node_modules" ]; then npm ci; fi
150
151
echo "> Building front-end dependencies."
0 commit comments