Skip to content
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

Speedup installation of NPM dependencies #25

Open
Leksat opened this issue Jan 15, 2020 · 0 comments
Open

Speedup installation of NPM dependencies #25

Leksat opened this issue Jan 15, 2020 · 0 comments

Comments

@Leksat
Copy link
Member

Leksat commented Jan 15, 2020

Currently NpmProjectManager::ensurePackageVersion() runs npm install for each dependency.

An alternative could be:

  • Start with a predefined package.json having merge-package.json in dependencies.
  • Use merge-package.json to merge all package.json files at once.

As a result, we will need to execute npm install only two times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant