npm install 项目时,报:gyp ERR! stack Error: `gyp` failed with exit code: 1
1. > npm install -g cnpm --registry=https://registry.npm.taobao.org
2. > cnpm install
解决问题
1. > npm install -g cnpm --registry=https://registry.npm.taobao.org
2. > cnpm install
解决问题