#ember not found
1 messages · Page 1 of 1 (latest)
Ok ... I'm not sure why but npm install didn't install ember-cli from my package.json but i did it manually npm install ember-cli -g and it worked ....
I might need to clean up my package.json file to move some stuff from devDependencies to dependencies
Ok now different issue.. I'm trying to do a build and it's failing ... but it doesn't do this on my other server...
working server
failing server
Did you also do npm install ember-cli -g on the server that is failing? Usually the global modules are installed with the node server
Not sure why you’re running into that to begin with, but you could also try prefixing commands with npx or $(npm bin) so that npm will look in the local node_modules