[Solved] node sass could not find a binding for your current environment windows 64-bit with node.js 6.x
[Solved] node sass could not find a binding for your current environment windows 64-bit with node.js 6.x
Root cause:
This issue will happen if you have moved your angular cli project from 32bit to 64bit environment. Ensure you are rebuilding the node-sass to resolve this issue.
Command to rebuild:
npm rebuild node-sass
Issue Screenshot:
Fixing using rebuild command:
Now the issue resolved and ng serve compiles successfully:
Thanks for reading!
I found this very useful. I have always been curious to know about this topic and didn’t know who to ask But after reading your blog I got a clear idea about that. My thanks and appreciation to you.