Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app doesn start #9

Closed
partizanos opened this issue Oct 28, 2015 · 2 comments
Closed

app doesn start #9

partizanos opened this issue Oct 28, 2015 · 2 comments

Comments

@partizanos
Copy link

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:

mysam_bug

@daffl
Copy link
Member

daffl commented Oct 28, 2015

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/).

@daffl daffl mentioned this issue Oct 31, 2015
@daffl
Copy link
Member

daffl commented Jan 7, 2016

Closing this. Please reopen if there is still an issue.

@daffl daffl closed this as completed Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants