-
Notifications
You must be signed in to change notification settings - Fork 15
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
dep hung for a minute until I interrupted #18
Comments
On https://github.com/strongloop/strong-deploy
This says it took 46 seconds, but I think it took much longer, I'd been waiting, then went to have
Over 6 minutes, but no install. This is on 16.04 ubuntu, x64, fwiw. I'm running again, to see if its deterministic. |
Seems to happen each time. |
Oops, I actually could install the deps in 20s. click here$ git clone https://github.com/strongloop/strong-deploy.git
$ cd strong-deploy
$ dep i
Resolving dependencies
Installing dependencies
Installed 901 packages in 20.094s With npm without cache, it took almost same time: click here$ npm cache clean -f
npm WARN using --force I sure hope you know what you are doing.
$ npm i
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated [email protected]: connect 2.x series is deprecated
added 544 packages in 23.391s I will try again to figure out the problem anyway. |
If you have suggestions on diagnostics I can run, I would happily do it. |
Summary
Steps to reproduce behavior
Expected behavior
It shouldn't be hung.
Actual behavior
It's hung for a minute.
The text was updated successfully, but these errors were encountered: