Heim  >  Fragen und Antworten  >  Hauptteil

javascript – Das von yo npm install node prebuild erstellte WeChat-Workflow-Projekt meldet einen Fehler

Error: Command failed: node-gyp rebuild
gyp ERR! clean error
gyp ERR! stack Error: EPERM: operation not permitted, unlink 'E:\phpStudy\WWW\locales\node_modules_node-lwip@0.1.3@node-lwip\build\Release\lwip_decoder.node'
gyp ERR! stack at Error (native)
gyp ERR! System Windows_NT 10.0.14393
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\Administrator\AppData\Roaming\npm\node_modules\cnpm\node_modules\npminstall\node-gyp-bin\node-gyp.js" "rebuild"
gyp ERR! cwd E:\phpStudy\WWW\locales\node_modules_node-lwip@0.1.3@node-lwip
gyp ERR! node -v v6.10.3
gyp ERR! node-gyp -v v3.6.1
gyp ERR! not ok

at ChildProcess.exithandler (child_process.js:204:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:886:16)
at Socket.<anonymous> (internal/child_process.js:342:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:497:12)
× Install fail! Error: post install error, please remove node_modules before retry!
Run "C:\Windows\system32\cmd.exe /d /s /c node prebuild" error, exit code 1
Error: post install error, please remove node_modules before retry!
Run "C:\Windows\system32\cmd.exe /d /s /c node prebuild" error, exit code 1
at ChildProcess.proc.on.code (C:\Users\Administrator\AppData\Roaming\npm\node_modules\cnpm\node_modules\runscript\index.js:65:21)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:886:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

Kompilierung fehlgeschlagen. Alle Module gemäß der Eingabeaufforderung erneut mit cnpm löschen.

Ich habe nach Informationen gesucht und einige Methoden können das Problem nicht lösen. Bitte helfen Sie

阿神阿神2697 Tage vor1054

Antworte allen(1)Ich werde antworten

  • 天蓬老师

    天蓬老师2017-05-16 13:38:05

    试试用yarn来install吧,之前做laravel的项目,依赖vue.js。也是类似问题,npm确实太慢,cnpm貌似会缺少很多东西,最后还是yarn搞定的。yarn兼容npm的命令的,速度比cnpm稍慢,但是比npm快多了。参考

    Antwort
    0
  • StornierenAntwort