can't build electron package
morder opened this issue · 8 comments
morder commented
npm run build-electron
I got this error
WARNING in ./node_modules/chokidar/lib/fsevents-handler.js
Module not found: Error: Can't resolve 'fsevents' in '/home/yanis/projects/free-tex-packer/node_modules/chokidar/lib'
@ ./node_modules/chokidar/lib/fsevents-handler.js
@ ./node_modules/chokidar/index.js
@ ./src/client/platform/electron/FileSystem.js
@ ./src/client/ui/ImagesList.jsx
@ ./src/client/platform/electron/Controller.js
@ ./src/client/index.js
@ multi babel-polyfill ./src/client/index
My system is linux and fsevents
didn't work on this system but chokidar
requires it
rtalon83 commented
I'm testing electron project and yes, there is a WARNING about fsevents but I can make the app.
- build-electron (warning jsevents ignored)
- free-tex-packer/electron/package.json (npm install)
- free-tex-packer/electron/package.json ( npm start )
rtalon83 commented
Windows 10. 64
rtalon83 commented
Ok, your problem is in Linux.
piratesephiroth commented
so we can only build the project on MacOS...
morder commented
@piratesephiroth you can create virtual machine with any Linux distro and test building
piratesephiroth commented
@piratesephiroth you can create virtual machine with any Linux distro and test building
well, it actually builds just fine on Windows.
odrick commented
Build fine on native Win. Linux and Mac on Virtual Box.