npm 安装py环境

npm 安装py环境
$ npm install --global --production windows-build-tools

$ npm install --global node-gyp


From
http://stackoverflow.com/questions/21365714/nodejs-error-installing-with-npm



不用手动吧
npm install node-sass —sass_binary_site=http://cdn.npm.taobao.org/dist/node-sass
yarn add node-sass —sass_binary_site=http://cdn.npm.taobao.org/dist/node-sass
这两个命令都可以去 taobao 私服下载


nohup 命令

  用途:不挂断地运行命令。

  语法:nohup Command [ Arg ... ] [ & ]

猜你喜欢

转载自hackpro.iteye.com/blog/2361420