cloudhopper
cloudhopper copied to clipboard
CLI dependencies are not installed on cloudhopper
I had placed cli dependencies as dev dependency so that it is not part of the lambda deployment package. However, I later found that wont directly install all dependency with npm install from the target project.
SO question here: http://stackoverflow.com/questions/39080160/how-to-install-npm-devdependencies-recursively.
For now, I have added extra commands in the "getting started" so that all of them are installed. Still looking for the right solution
http://stackoverflow.com/q/39080160/1615721