Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 773625d

Browse files
authored
remove setting npm global location (#1434)
1 parent 29c2893 commit 773625d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

containers/codespaces-linux/.devcontainer/base.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ RUN bash /tmp/scripts/node-debian.sh "${NVM_DIR}" "none" "${USERNAME}" \
101101
&& (cd ${NVS_HOME} && git remote get-url origin && echo $(git log -n 1 --pretty=format:%H -- .)) > ${NVS_HOME}/.git-remote-and-commit \
102102
&& sudo -u ${USERNAME} bash ${NVS_HOME}/nvs.sh install \
103103
&& rm ${NVS_HOME}/cache/* \
104-
# Set npm global location
105-
&& sudo -u ${USERNAME} npm config set prefix ${NPM_GLOBAL} \
106-
&& npm config -g set prefix ${NPM_GLOBAL} \
107104
# Clean up
108105
&& rm -rf ${NVM_DIR}/.git ${NVS_HOME}/.git
109106

0 commit comments

Comments
 (0)