-
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
Exit from application #62
Comments
I run a command learn-sass verify stylesheet.scss but I have an error : events.js:160 throw er; |
Hi @LightTest, the program terminates after choosing a lesson. This behavior is expected. You have to run Can you provide more details on the version of operating system, node, and npm you're using? Please type these commands in a shell and reply with the output:
|
Same issue. Verify fails. Works on my mac fails on windows. Appears to be coming from the node-sass module. Tried on multiple node versions windows: node v8.9.4 Error below: $ learn-sass verify test.scss Error: spawn C:\Users\alex.miller\AppData\Roaming\npm\node_modules\learn-sass\node_modules\node-sass\bin\node-sass ENOENT |
I confirm the bug. I'm using ArchLinux with Node |
Unfortunately I don't have a Windows system to troubleshoot the issue and would have to spin up a VM. If someone can take a look it would be great! 🎉 I'll tag this as help needed. |
This should fix the verify failure in workshopper#62
The bug also occurs on Linux. It happens if you don't use the See #65 for a fix |
After install I do have your windows as in your example but after choosing lesson, I do have short info about syntax and the program breaks, to choose new lesson there is a need to restart the program.
I don't know if it's normal but if yes there is no issue.
The text was updated successfully, but these errors were encountered: