electronic-vue npm运行构建在SimulatedGREG / electron-vue

时间:2019-11-11 19:12:11

标签: vue.js electron

我正在为我的项目使用 SimulatedGREG / electron-vue 。我的 npm run dev 看起来不错。但是 npm run build 给我一个错误。错误看起来像这样-

Error: /usr/local/bin/node exited with code 6
Output:

> sqlite3@4.0.9 install /home/tushar/Documents/todoE/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build


Error output:
node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp ERR! Completion callback never invoked! 
node-pre-gyp ERR! System Linux 4.15.0-30deepin-generic
node-pre-gyp ERR! command "/usr/local/bin/node" "/home/tushar/Documents/todoE/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /home/tushar/Documents/todoE/node_modules/sqlite3
node-pre-gyp ERR! node -v v10.16.0
node-pre-gyp ERR! node-pre-gyp -v v0.11.0
node-pre-gyp ERR! This is a bug in `node-pre-gyp`.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
node-pre-gyp ERR!     <https://github.com/mapbox/node-pre-gyp/issues>
npm ERR! code ELIFECYCLE
npm ERR! errno 6
npm ERR! sqlite3@4.0.9 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 6
npm ERR! 
npm ERR! Failed at the sqlite3@4.0.9 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

我不知道发生了什么。 这是什么问题,或者我应该怎么做才能运行这个项目。 预先感谢。

0 个答案:

没有答案