cloudhopper icon indicating copy to clipboard operation
cloudhopper copied to clipboard

CLI dependencies are not installed on cloudhopper

Open vibhavsinha opened this issue 9 years ago • 1 comments

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

vibhavsinha avatar Aug 25 '16 06:08 vibhavsinha

http://stackoverflow.com/q/39080160/1615721

vibhavsinha avatar Sep 07 '16 22:09 vibhavsinha