Skip to content

rodhoward/electron-quick-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-quick-start

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:

  1. npm install
  2. npm start (works running on linux)
  3. electron-packager . --all (after installing the package manager globaly)
  4. copy windows 32 package to windows 8 and run causes: error "Cannot find module 'mssql'".

About

Clone to try a simple Electron app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • HTML 19.2%