代码之家  ›  专栏  ›  技术社区  ›  NaturalCoder

windows 10上的NPM安装java问题

  •  0
  • NaturalCoder  · 技术社区  · 7 年前

    我使用cmd作为管理员使用npm安装java安装java,我收到了一个错误。所有环境变量也已设置。任何帮助都非常适用。提前感谢。。

    gyp ERR! configure error gyp ERR! stack Error: gyp公司 failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (C:\Users\MyName\AppData\Roaming\npm\node_modules\node-gyp\lib\configure.js :336:16) gyp ERR! stack at emitTwo (events.js:125:13) gyp ERR! stack at ChildProcess.emit (events.js:213:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:197:12) gyp ERR! System Windows_NT 10.0.15063 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\MyName\\AppData\\Roaming\\npm\\node_modules\\node-gy p\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\WINDOWS\system32 gyp ERR! node -v v8.1.3 gyp ERR! node-gyp -v v3.6.2 gyp ERR! not ok

    1 回复  |  直到 7 年前
        1
  •  2
  •   KARTHIKEYAN.A    7 年前

    遵循以下步骤

    rm -rf ~/.node-gyp/
    rm -r node_modules/.bin/;
    rm -r build/
    npm install bcrypt
    

    npm config set msvs_version 2013 --global