You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2021. It is now read-only.
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.
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 installfrom 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