Installed node v6.9.5, npm 3.10.10 (for sass compilation) created a project , added packages uploaded to github. Now when I downloaded it to another computer, gulp does not want to work; at first I did not see the gulp variable;

Error: Missing binding e: \ work \ my_gulp \ node_modules \ node-sass \ vendor \ win32-x64-4 8 \ binding.node Node: Windows 64-bit with Node.js 6 .x

1 answer 1

After the npm rebuild node-sass everything came to life.

Thank!