-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
cli hangs when running npm install
#1991
Comments
Can you try with npm v7.0.2? |
That seems to work! :s thank you |
I have same problem with {
"name": "npm-seven-issue",
"version": "0.0.1",
"devDependencies": {
"npm-seven-issue-dep": "git+ssh://[email protected]/klesun/npm-seven-issue-dep#5f1b313978986974d4364585e6bd3689276f1697"
}
} It just freezes at:
In npm Upd.: oh, it does eventually end on
On
@ljharb, |
Filed a minimal reproduction repo: https://gitlab.com/klesun/npm-seven-issue/-/blob/main/README.md |
@klesun can you file a new issue for this? |
Current Behavior:
I am trying to migrate a repository from yarn to npm, until now I was seeing output and resolving all the peer deps. But every now and then the cli hangs and does not output anything whatsoever. I have to kill the process to get out of it.
Expected Behavior:
Either an error output or deps should be installed.
Steps To Reproduce:
Because I am working on private repo, I can not provide the package.json
Environment:
The text was updated successfully, but these errors were encountered: