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
When I use knots-electron on linux x64 (using npm run start), the electron window is blank and I get the following errors in the console:
usage.js:328 Usage: node_modules/electron/dist/electron --type=renderer <file or directory
path>
Options:
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
Not enough file arguments: got 0, need at least 1
I suggest removing yargs entirely, we don't need it (at least no yet) and it's a big dependency.
The text was updated successfully, but these errors were encountered:
When I use knots-electron on linux x64 (using npm run start), the electron window is blank and I get the following errors in the console:
I suggest removing yargs entirely, we don't need it (at least no yet) and it's a big dependency.
The text was updated successfully, but these errors were encountered: