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

package dependency resolution fails to use package-lock.json #865

Closed
poloka opened this issue Sep 26, 2017 · 1 comment
Closed

package dependency resolution fails to use package-lock.json #865

poloka opened this issue Sep 26, 2017 · 1 comment

Comments

@poloka
Copy link

poloka commented Sep 26, 2017

With the introduction of npm-5.x, the lock file is automatically created. The installation of modules invoked by webpacker utilizes yarn. Need verification added to check if npm version >= 5.0 and perform npm install rather than yarn install.

@gauravtiwari
Copy link
Member

Please see discussion here: #475

For now, yarn is only supported option.

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

2 participants