1.常见错误.md

vue webpack 启动报错checking for Python executable "python2" in the PATH

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

安装gulp-sass
语法都是一样的,只是将npm换成cnpm

cnpm install --save-dev gulp-sass

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime

或者自己手动升级:
1.先卸载

npm uninstall --save node-sass
2.清除缓存

npm cache clean -f
3.升级node-sass模块

npm install --save node-sass

mac电脑下安装node-sass报错

sudo npm install -g --unsafe-perm node-sass

提示@vue/compile-sfc不存在

npm install @vue/compile-sfc下


2.node 版本.md

稳定版本

更新npm :
npm install -g npm

更新node版本:
先清除npm缓存:npm cache clean -f

然后安装n模块:npm install -g n

升级node.js到最新稳定版:n stable

指定node 版本

npm install -g n

sudo n 11.15.0

npm 个性安装

npm install gulp@^3.9.1
npm install
npm rebuild node-sass
npm rebuild --unsafe-perm node-sass


Copyright © 2018 INSTALL.REN