Open
Description
Windows Git Bash下执行make run
开发模式闪退。Error: EBUSY: resource busy or locked, open 'F:\Workspace\GitHub\oss-browser\dist\node\crc64\electron-crc64-prebuild\lib\win32-x64\Release\crc64_ecma182.node'
怎么解决?
√ Installed 10 packages
√ Linked 0 latest versions
√ Run 0 scripts
√ All packages installed (used 16ms(network 13ms), speed 0B/s, json 0(0B), tarball 0B)
--done
--done
--done
events.js:167
throw er; // Unhandled 'error' event
^
Error: EBUSY: resource busy or locked, open 'F:\Workspace\GitHub\oss-browser\dist\node\crc64\electron-crc64-prebuild\lib\win32-x64\Release\crc64_ecma182.node'
Emitted 'error' event at:
at next (F:\Workspace\GitHub\oss-browser\node_modules\[email protected]@map-stream\index.js:75:19)
at F:\Workspace\GitHub\oss-browser\node_modules\[email protected]@map-stream\index.js:85:7
at done (F:\Workspace\GitHub\oss-browser\node_modules\[email protected]@vinyl-fs\lib\dest\writeContents.js:7:5)
at fs.js:1170:7
at OpenReq.Req.done (F:\Workspace\GitHub\oss-browser\node_modules\[email protected]@graceful-fs\graceful-fs.js:143:5)
at OpenReq.done (F:\Workspace\GitHub\oss-browser\node_modules\[email protected]@graceful-fs\graceful-fs.js:63:22)
at FSReqWrap.oncomplete (fs.js:141:20)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `gulp build --custom=$custom`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\jahentao\AppData\Roaming\npm-cache\_logs\2019-01-18T05_26_58_816Z-debug.log
ERROR: "build" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: `npm-run-all --parallel build watch dev:run`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\jahentao\AppData\Roaming\npm-cache\_logs\2019-01-18T05_26_59_131Z-debug.log
make: *** [makefile:25: run] Error 1
闪退效果图