node-sass模块找不到

问题描述:

Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (64)
模块构建失败:错误:节点Sass还不支持您当前的环境:Windows 64位,不支持运行时(64)

原因:node-sass 不兼容

1、 安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org

2、 安装node-sass
cnpm install node-sass --save

你可能感兴趣的:(笔记)