-
Notifications
You must be signed in to change notification settings - Fork 243
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
Project's gulp should run with Node.js 10 version #1943
Comments
When using a globally installed package from volta Some questions to figure out what is going on here:
|
|
If the correct behavior is to execute the globally installed gulp no matter what, how do I solve this problem when a project relies on older versions of |
This is not the correct behavior. Take a look at this blog post that explains how Volta works RE: globals: https://blog.volta.sh/2019/06/18/global-installs-done-right/ |
Alright, so now it's indeed running correctly in the gulp project, but Node is not using the locked version of Node specified in the project. |
Probably the best thing to debug this further is to make a new temp / sandbox project and start porting things over until you can replicate the issue. That should help narrow things down for you a bunch. |
If gulp is installed in the project, the gulp version in the project should be used first, and the same is true for node.
The text was updated successfully, but these errors were encountered: