[09-16 20:03] | [Newbie] | Icewolfz: probably need to run build:debug-compile |
[09-16 20:03] | [Newbie] | Icewolfz: think debug assumes the js has bene built |
[09-16 20:03] | [Newbie] | Icewolfz: that or you can run compile or compile:debug |
[09-16 20:04] | [Newbie] | Icewolfz: compile will buidl the js then minify it, while debug will leave it full pretty code |
[09-16 20:06] | [Newbie] | Marsovac: hmm npm run compile complains after css that it cannot find tsc |
[09-16 20:06] | [Newbie] | Marsovac: do i need to install it globally? |
[09-16 20:06] | [Newbie] | Icewolfz: typesript needs global install |
[09-16 20:06] | [Newbie] | Icewolfz: i didnt putit as a depend due to its size |
[09-16 20:06] | [Newbie] | Icewolfz: so i felt it safer to let it be global and the user handle it instead of havign tons of typesript installs |
[09-16 20:07] | [Newbie] | Marsovac: ok i'll try npm install tsc --save-dev |
[09-16 20:07] | [Newbie] | Icewolfz: npm install typescript --save-dev |
[09-16 20:08] | [Newbie] | Icewolfz: think typescript is the only one i leave global due to how complex it is |
[09-16 20:09] | [Newbie] | Marsovac: ok works now |
[09-16 20:09] | [Newbie] | Marsovac: thanks |
[09-16 20:10] | [Newbie] | Icewolfz: most of the code may work in browser outside of hte electron only/node stuff |
[09-16 20:10] | [Newbie] | Icewolfz: most of it can be coverted |
[09-16 20:11] | [Newbie] | Marsovac: how do you debug the app |
[09-16 20:11] | [Newbie] | Icewolfz: i use vscode |
[09-16 20:11] | [Newbie] | Icewolfz: granted most of it can be done in the dev tool |
[09-16 20:11] | [Newbie] | Icewolfz: relaly only need a debugger for the main.js |
|
Back to List |