[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](https://i0.wp.com/www.ngdeveloper.com/wp-content/uploads/2017/09/img_59c17cf4a4214.png?resize=860%2C450)
Fixing using rebuild command:
![[Solved] node sass could not find a binding for your current environment windows 64-bit with node.js 6.x](https://i0.wp.com/www.ngdeveloper.com/wp-content/uploads/2017/09/img_59c17df28f3c2.png?resize=860%2C450)
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](https://i0.wp.com/www.ngdeveloper.com/wp-content/uploads/2017/09/img_59c17e202d430.png?resize=860%2C640)
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.