使用松露拆箱webpack时松露拆箱错误

时间:2019-07-07 04:15:11

标签: node.js truffle

我正在尝试执行松露解开webpack命令,但出现以下错误。
√准备下载
√下载
√清理临时文件
-设置boxnpm ERR!路径git
npm ERR!代码ENOENT
npm ERR! errno ENOENT
npm ERR! syscall生成git
npm ERR! enoent执行时出错:
npm ERR! enoent未定义ls-remote -h -t git://github.com/frozeman/WebSocket-Node.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent生成git ENOENT
npm ERR! enoent这与npm无法找到文件有关。
npm ERR! enoent

npm错误!可以在以下位置找到此运行的完整日志:
npm ERR! \ 2019-07-07T03_37_55_733Z-debug.log
×整理箱
错误:命令失败:cd app && npm install
npm ERR!路径git
npm ERR!代码ENOENT
npm ERR! errno ENOENT
npm ERR! syscall生成git
npm ERR! enoent执行时出错:
npm ERR! enoent未定义ls-remote -h -t git://github.com/frozeman/WebSocket-Node.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent生成git ENOENT
npm ERR! enoent这与npm无法找到文件有关。
npm ERR! enoent

npm错误!可以在以下位置找到此运行的完整日志:
npm ERR! \ 2019-07-07T03_37_55_733Z-debug.log

at checkExecSyncError (child_process.js:629:11)<br/>
at execSync (child_process.js:666:13)<br/>
at Object.installBoxDependencies (\Roaming\npm\node_modules\truffle\build\webpack:\packages\truffle-box\lib\utils\unbox.js:118:1)<br/>
at Object.setUpBox (\Roaming\npm\node_modules\truffle\build\webpack:\packages\truffle-box\lib\utils\index.js:62:1)<br/>
at Object.unbox (\Roaming\npm\node_modules\truffle\build\webpack:\packages\truffle-box\box.js:64:1)<br/>

松露v5.0.26(核心:5.0.26) 节点v10.16.0

0 个答案:

没有答案