- npm 无法确定 node.js 安装目录
```javascript
If you’re using Windows you can now install all node-gyp dependencies with single command (NOTE: Run As Admin in Windows PowerShell):
$ npm install —global —production windows-build-tools and then install the package
$ npm install —global node-gyp ```
