Running with sudo -u vagrant emmits “npm not found” type errors, running without seems to run fine but then when I go into the box as vagrant I get ‘npm not found’ errors again…
Has anyone successfully managed to get this working?
We had success with installing and running everything on the Vagrant box as root user[1]. If you are interested in how this works I can try to gather some detailed instructions and post them here.
We got lots of errors when running ember serve and syncing changes from the host. It seems that LiveReload picks up the file changes faster than vagrant is able to correctly sync and set the correct owner/permissions on the synced files.
How do you sync files between your host and the vagrant box?