I've just updated the version of node from 6.2.2 to 7.10.0 and got problem with node-sass which is complaining about wrong bindings. Which is expected since I updated node.
But when I run npm rebuild node-sass
it's giving me the old binding for node 6.x. It does not matter whether I delete the binding file, the whole node_modules directory and reinstall, or restart powershell, or clean the npm cache.
Why is npm rebuild node-sass
giving me a binding for a version of node that I no longer have?
via Alex
No comments:
Post a Comment