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.
1 parent 5ba5c57 commit 96f7865Copy full SHA for 96f7865
.devcontainer/Dockerfile
@@ -320,7 +320,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh |
320
&& bash -c ". $HOME/.nvm/nvm.sh \
321
&& nvm install v${NODE_VERSION} \
322
&& nvm alias default v${NODE_VERSION} \
323
- && npm install -g typescript yarn pnpm node-gyp"
+ && npm install -g typescript yarn pnpm node-gyp @anthropic-ai/claude-code"
324
325
ENV PATH=$PATH:/root/.aws-iam:/root/.terraform:/workspace/bin
326
0 commit comments