摘要: Node Sass could not find a binding for your current environment: Windows 64 解决办法:重新构建Node-sass项目目录下打开cmd:输入命令: npm rebuild node-sass然后再更新一下:npm update 阅读全文