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
Hi, were src/js/frontend/node_modules and src/js/backend/node_modules included by accident?
They are .gitignored in Resources/ so pnpm install --recursive (or similar) could be added to the 'Test App' instructions?
The text was updated successfully, but these errors were encountered:
Hi, src/js/frontend/node_modules andsrc/js/backend/node_modules are required by electrico itself.
I included them to make it easier for users to start first tests with electrico (no npm install or custom script, only rustup/cargo toolchain needed).
The test app /Resources/* has its only dependency on 'electron', which is not needed by electrico.
If you want to start the test app with electron - from folder /Resources run: npm install npm run start
Hi, were
src/js/frontend/node_modules
andsrc/js/backend/node_modules
included by accident?They are .gitignored in
Resources/
sopnpm install --recursive
(or similar) could be added to the 'Test App' instructions?The text was updated successfully, but these errors were encountered: