Site icon NgDeveloper

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

Exit mobile version