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
This looks like a permission issue. Did you run npm install mysam -g with sudo? The user that is starting the application needs write permissions to the installation folder (in your case /usr/local/lib/node_modules/mysam/).
After writting mysam at terminal the window appears and two Javascript error occured in the main process appear
Uncaught Exception:
Error: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/mysam/db-data/actions'
at Error (native)
Uncaught Exception:
Error: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/mysam/db-data/configuration'
at Error (native)
after the app starts but it doesnt ask for the name as in demo video but it's infinitely waiting:
The text was updated successfully, but these errors were encountered: