You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current order of the respective package.json files has created duplication of bower_components and node_modules.
To resolve this for future versions I suggest creating an additional root package.json that handles node dependencies and deprecating node dependencies listed in app/package.json (node require within app/ will resolve to searching parent directory) and leaving app/package.json responsible for stipulating the electron main process.
Bower.json can remain within app/ for now as the complete modularisation of javascript requirements is still pending (there are lots of script tags that need refactoring)
The current order of the respective package.json files has created duplication of bower_components and node_modules.
To resolve this for future versions I suggest creating an additional root package.json that handles node dependencies and deprecating node dependencies listed in app/package.json (node require within app/ will resolve to searching parent directory) and leaving app/package.json responsible for stipulating the electron main process.
Bower.json can remain within app/ for now as the complete modularisation of javascript requirements is still pending (there are lots of script tags that need refactoring)
app/package.json
/package.json
The text was updated successfully, but these errors were encountered: