DevWurm / angular-electron-seed

Seed project for an Angular - Electron Desktop app with the Angular-CLI
28 stars 21 forks source link

Error launching app #1

Closed danielhanzs closed 7 years ago

danielhanzs commented 7 years ago

Unable to find Electron app at D:\laragon\www\ng2-electron

Cannot find module 'D:\laragon\www\ng2-electron'

while running the npm run run also got this wile packaging the app for windows and the package name will be $npm_package_name-$npm_package_version I think it is not declared somewhere.

npm-debug.txt

danielhanzs commented 7 years ago

Sorry

Hi and also thank you for replying :)

danielhanzs commented 7 years ago

npm run run -> "start": "electron ./dist/entry.js", so the netry.js will be the main because no package.json found there

DevWurm commented 7 years ago

Hi :) Did it work for you or are there any remaining issues?

danielhanzs commented 7 years ago

Hi only $npm_package_name-$npm_package_version folder name but I deleted that part of the code.

Thank you