We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to run gulpI get following error message:
gulp
throw new Error(name + " version " + version + " is not currently supported"); ^ Error: less version 1.7.5 is not currently supported
osX 10.11.6 composer 1.2.1 npm 4.0.2 bower 1.8.0
The text was updated successfully, but these errors were encountered:
You can run into this issue when you've installed gulp-less but not also less.
npm install --save less
Sorry, something went wrong.
No branches or pull requests
If I try to run
gulp
I get following error message:osX 10.11.6
composer 1.2.1
npm 4.0.2
bower 1.8.0
The text was updated successfully, but these errors were encountered: