-
Notifications
You must be signed in to change notification settings - Fork 304
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
Dev process: npm i (or npm ci) freezes / takes too long #15813
Comments
I also had to run |
Sorry for never getting back to you. Are you still running into this issue. |
(just hangs here, no CPU activity) |
thats so weird, I'm assuming you are using the asme version of node.js |
My bad, I had 18, but 18.20 because .15 is broken in mamba. |
Applies To
What happened?
I want to hack a bit. Following https://github.com/microsoft/vscode-jupyter/blob/main/CONTRIBUTING.md I ran
npm ci
and it hangs after a while, not showing any progress for over 15 minutes, and not showing up in top.
I see that in CI you use
npm ci --ignore-scripts --prefer-offline --no-audit
In my limited experience with node, I've never faced this issue, so not sure if it should be fixed, or the docs should be updated.
(I installed recommended node version through mamba, and then installed the recommended npm version)
VS Code Version
recent
Jupyter Extension Version
master
Jupyter logs
No response
Coding Language and Runtime Version
No response
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: