-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with mcr.microsoft.com/devcontainers/typescript-node running npm #1189
Comments
The same thing actually happens with the root user too, I have to run devcontainer.json:
|
@prathameshzarkar9 @gauravsaini04 Can you help debug this? thanks! |
Hi @samruddhikhandale, @nickshanks347
But I was not able to see the similar error msg as yours. It only printed the version of npm that I had. |
I tried the
mcr.microsoft.com/devcontainers/typescript-node
containers:20
&:22
. When trying to runnpm
with the default node user, I get this error:I am using a devcontainer.json with just
"image": "mcr.microsoft.com/devcontainers/typescript-node:22"
defined.The text was updated successfully, but these errors were encountered: