-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Incredibly slow install #1320
Comments
I've just installed the dependencies in 20s:
Can you share more details about your environment? |
We use Jenkins to install the dependencies, we don't have more informations about this environment. |
I also have the same situation in version 2.0.3, the installation takes a lot of time |
I don't know how but using an older version of npm the install is really faster |
It might come from puppeteer (used for testing) downloads chromium. You can use an environment variable to skip downloading it. https://github.com/GoogleChrome/puppeteer/blob/v0.10.2/docs/api.md#environment-variables PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm install |
There's no trace of puppeteer in the install logs |
Could you guys share the versions of npm and node.js that you are currently using? |
We use node v8.16.1; with npm v6.4.1 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
I am experiencing some problems with the last version of parse dashboard. The issue is that the
npm install
goes from 1 minute to 15.With the version 1.2.0;
npm install
take 40 seconds with the dependencies below; but with the 2.0.3 version, it takes more than 15 minutes.It seems to hang on two tasks :
Here are the full logs for the slow install.
npmInstallParse.txt
I can assure you that our internal repository doesn't slow down the network.
You're running version >=2.3.2 of Parse Server.
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Ubuntu 16.04; node 8.11
Steps to reproduce
Use these dependencies :
Logs/Trace
The text was updated successfully, but these errors were encountered: