-
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
ENOENT error at "variables" step (Windows) #43
Comments
Hello, I'm on Windows 10 and having the same issue on the "Variables" and "Nesting" exercises. Looks like I can't use your wonderful learning resource on windows. That's a waste: `PS C:\Users\I079276\Desktop> learn-sass verify ss.scss Error: spawn C:\Users\I079276\AppData\Roaming\nvm\v7.0.0\node_modules\learn-sass\node_modules\node-sass\bin\node-sass ENOENT |
I'm having a similar error. :/ learn-sass verify style.scss Error: spawn C:\Users\Fabian Gutierrez\AppData\Roaming\npm\node_modules\learn-sass\node_modules\node-sass\bin\node-sass ENOENT |
same here on win10 |
Unfortunately I don't have a Windows system to repro locally. The Thanks for bringing that up @opperbolt, I moved the repo under the workshopper org but forgot to update the NodeSchool website. I'll do that now. |
Issue looks similar to this StackOverflow post. |
This seems to be the root cause: nodejs/node-v0.x-archive#2318 |
Nice explanation of the issue in this doc page: https://nodejs.org/api/child_process.html#child_process_spawning_bat_and_cmd_files_on_windows I'll switch to cross-spawn though, as it's a better fix that works in Node <6 too. |
I'm on Node 6.9.4. |
Hi there,
I'm getting this error when I try to verify the very first exercise:
Solution:
Error:
As you can see, this is on Windows. I've tried saving the file with *nix line endings instead, but still the same.
EDIT:
Note, I have installed learn-sass on the bash subsystem of Windows. It works fine there, so this is evidently an issue on Windows shells only.
The text was updated successfully, but these errors were encountered: