-
Notifications
You must be signed in to change notification settings - Fork 1.3k
v3.6.0 Node Sass does not yet support your current environment #1515
Comments
Please quote the exact message - and this is pretty common issue with Visual Studio - it is crucial to use the same node engine to both build node-sass as well as to execute it. Make sure to read our Troubleshooting Guide. |
@saper - Could you please re-open this issue. Here is the message that I continue to see even after running the suggested
I think the issue may be that Visual Studio 2015 (Community Edition) uses the x86 PowerShell to execute the built-in "Task Runner Explorer" CLI. I have no idea why that would matter, but it's a guess... My Environment:
I tried to resolve this by opening the x86 PowerShell and running |
Please read the troubleshooting doc, it describes the problem with visual studio.... You end up using two different node engines at the same time, so you need binaries for both. |
You can force Visual Studio to use your installed version of NodeJS instead of its built in version. Add the path of NodeJS to the top of External Web Tools under Tools -> Options. I was having the same issue as @DerekFoulk and this corrected it for me. Your External Web Tools should look similar to this: This is the guide that pointed me in the right direction: |
Thank you guys! I was unaware of the guide and workaround. Much appreciated! |
@nicksterx |
Add option to lexer to force parserState update
Gulp in Visual studio issues this error on Win10 x64 while trying to open gulpfile.js. The error message tells that it wants x32 - cannot remember exact wording. 'npm rebuild node-sass' doesn't help. Reverting of node-sass to v3.5.0 fixed the error.
The text was updated successfully, but these errors were encountered: