-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Unable to install global gulp package due vinyl-fs. #91
Comments
Needs to be updated at the 0.3.13 tag. See: https://github.com/wearefractal/vinyl-fs/blob/v0.3.13/package.json#L41 |
Probably the right fix for this problem is update the gulp's package.json to depend from the more fresh version of the vinyl-fs without the engineStrict. |
@markbook2 the latest vinyl-fs has a ton of breaking changes that can't be brought back to 3.x of gulp, they are in the 4.0 branch though |
This has been tagged and published as 0.3.14. You won't notice the commits in the master branch because I did them in a branch and just tagged/published from that to avoid a big rebase on this project. |
I am trying to install gulp and can't do it due error that probably caused by vinyl-fs, here is an example:
Another attempt:
I just compiled fresh node from the github repository and trying to install gulp:
Other global packages like typescript, bower etc installed without any problem.
The text was updated successfully, but these errors were encountered: