-
Notifications
You must be signed in to change notification settings - Fork 807
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
Gulp issues - custom version #547
Comments
For anyone having this issue, the solution is to downgrade your gulp version: # Show available versions of gulp
$ npm view gulp versions
# Install an older version
$ npm install gulp@3.8.11
# Verify the newly installed version
$ gulp -version
# "gulp build" should now work, if it doesn't mess with the version number Maybe it's a good idea to specify the required gulp version in the documentation? |
Or update the package.json to require gulp@3.9.1 rather than its latest version? |
I'm confused. Why is this closed if it hasn't been fixed? Per the package.json this repo is compatible with Also the documentation states running |
I'm trying to change color variables as shown in the documentation.
Deprecations:
The text was updated successfully, but these errors were encountered: