swiich

Results 2 comments of swiich

[email protected] install E:\nei_\node_modules\hiredis node-gyp rebuild E:\nei_\node_modules\hiredis>if not defined npm_config_node_gyp (node "D:\nvm\v14.0.0\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "D:\nvm\v14.0.0\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) gyp WARN install got an error, rolling back install gyp ERR! configure...

> 是不是切过 Node 版本?删除 `node_modules` 后再试试 > > 不行的话试试低版本 Node(同样要删除 `node_modules`) > > 还是不行就试试 cnpm: > > ``` > npm install -g cnpm --registry=https://registry.npm.taobao.org > ``` > > ``` >...