[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:

[Solved] node sass could not find a binding for your current environment windows 64-bit with node.js 6.x

 

 

Fixing using rebuild command:

[Solved] node sass could not find a binding for your current environment windows 64-bit with node.js 6.x

 

 

Now the issue resolved and ng serve compiles successfully:

[Solved] node sass could not find a binding for your current environment windows 64-bit with node.js 6.x

 

 

Thanks for reading!

One comment

  • 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.

Leave a Reply