Skip to content

Commit 22f22b7

Browse files
author
Cornelius Ludmann
committed
update npm-tools
1 parent 2897ffa commit 22f22b7

File tree

4 files changed

+1499
-6
lines changed

4 files changed

+1499
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@ ENV HOME=/root
334334
RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash \
335335
&& bash -c ". $HOME/.nvm/nvm.sh \
336336
&& nvm install v${NODE_VERSION} \
337-
&& nvm alias default v${NODE_VERSION} \
338-
&& npm install -g typescript yarn pnpm node-gyp @anthropic-ai/claude-code"
337+
&& nvm alias default v${NODE_VERSION}"
339338

340339
# Disable npm/yarn lifecycle scripts by default (security hardening)
341340
# To allow specific packages, use: npm rebuild <package> or yarn rebuild <package>

dev/image/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ USER gitpod
126126
# Fix node version we develop against
127127
ARG GITPOD_NODE_VERSION=22.17.0
128128
RUN bash -c ". .nvm/nvm.sh \
129-
&& nvm install $GITPOD_NODE_VERSION \
130-
&& npm install -g typescript yarn @anthropic-ai/claude-code"
129+
&& nvm install $GITPOD_NODE_VERSION"
131130
ENV PATH=/home/gitpod/.nvm/versions/node/v${GITPOD_NODE_VERSION}/bin:$PATH
132131

133132
# Install npm-tools with locked dependencies

0 commit comments

Comments
 (0)