The error you are getting is related to the version of node, npm install was not done on the application and/or because of the issue with nodejs not linked to "node". I fixed the issue by installing node with nvm (https://github.com/creationix/nvm) and was able to get a new version of node (7.5) so ...