Electron package issue windows
I have an issue with the windows package when requireing libraries in the application. The linux package also works fine.
Steps to reproduce:
- npm install
- npm start (works running on linux)
- electron-packager . --all (after installing the package manager globaly)
- copy windows 32 package to windows 8 and run causes: error "Cannot find module 'mssql'".