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.
Either an error output or deps should be installed.
Because I am working on private repo, I can not provide the package.json
βΈ¨βββββββββββββββββββΈ© β § idealTree:xxx-frontend: sill idealTree buildDeps
βΈ¨ βββββββββββΈ© β idealTree:warning: timing idealTree:node_modules/react-router/node_modules/warning Completed in 0ms
Can you try with npm v7.0.2?
Can you try with npm v7.0.2?
That seems to work! :s thank you
Most helpful comment
That seems to work! :s thank you