Skip to content

Commit d9812a5

Browse files
committed
Use version in npm install
Closes #4832.
1 parent f2c3261 commit d9812a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ install_standalone() {
424424
}
425425

426426
install_npm() {
427-
echoh "Installing latest from npm."
427+
echoh "Installing v$VERSION from npm."
428428
echoh
429429

430430
NPM_PATH="${YARN_PATH-npm}"
@@ -436,7 +436,7 @@ install_npm() {
436436
fi
437437
echoh "Installing with npm."
438438
echoh
439-
"$sh_c" "$NPM_PATH" install -g code-server --unsafe-perm
439+
"$sh_c" "$NPM_PATH" install -g "code-server@$VERSION" --unsafe-perm
440440
NPM_BIN_DIR="\$($NPM_PATH bin -g)" echo_npm_postinstall
441441
return
442442
fi

0 commit comments

Comments
 (0)