Closed alansouzati closed 9 years ago
are you using gulp-scss-lint 0.2.0?
I thought that it was. I have my package.json as gulp-scss-lint": "^0.1.10"
, I was expecting it to match 0.x.x. I guess my understanding about caret was wrong.
Updating to 0.2.0 works! Thanks
Hi,
I've just updated my gem scss_lint to version 0.39.0 and after this update I can run
gulp-scss-lint
anymore. It seems to be something related to the command-line arguments.If I revert my scss_lint to version 0.38.0 everything works as expected.
I'm an OSX user and my Node version is 0.12 and Npm version is 2.7.5.
Any help appreciated.
Alan