-
Notifications
You must be signed in to change notification settings - Fork 34
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
Generic error when the gem is not installed #75
Comments
it's working for me. The error is in command.js, error code 127. |
I tested it on Windows 10 and Jenkins/Red hat server. The error code is 1 in windows. In red hat I don't know. |
👍 |
I got this to work. In the
I added this to my package.json, and after running "scripts": {
"preinstall": "sudo gem install scss_lint",
}, |
I have just submitted a pull request to fix this; here's how to reproduce the problem:
which produces the output:
with the fix in place, the output shows the correct error message:
|
When the scss_lint gem is not installed, the error message is
Fatal undefined
I have been looking for the error and I found this:
Line 36 at
lint
function at src/index.js file.Any ideas how to fix it?
Versions:
[email protected]
[email protected]
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: