leota / electron-angular4-sqlite3

Sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3
62 stars 33 forks source link

npm run electron-rebuild #1

Closed mrpmorris closed 7 years ago

mrpmorris commented 7 years ago

When I run npm run electron-rebuild I get the error

npm ERR! missing script: electron-rebuild

leota commented 7 years ago

Sorry, you're right, readme is wrong. Try to run npm run rebuild

leota commented 7 years ago

README updated.