mysamai / mysam

An open "intelligent" assistant for the web that can listen to you and learn.
https://mysamai.com
GNU General Public License v3.0
621 stars 65 forks source link

app doesn start #9

Closed partizanos closed 8 years ago

partizanos commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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