Hello,
we noticed an issue related to these issues when using serverless & webpack
serverless-heaven/serverless-webpack#295
serverless-heaven/serverless-webpack#310
Basically external dependencies (hosted in git, not in npm) don't get pulled and get excluded when packaging / deploying with serverless.
I think this is easily fixable by running npm i -g npm on your docker image, while I think and like the fact that you stick to 8.10 for the node version.
What do you think?
Right now we just fixed running npm i -g npm on your docker image which is suboptimal, as it will run at every build, we'll probably fork your image until this is fixed to circumvent the issue.
thanks
Hello,
we noticed an issue related to these issues when using serverless & webpack
serverless-heaven/serverless-webpack#295
serverless-heaven/serverless-webpack#310
Basically external dependencies (hosted in git, not in npm) don't get pulled and get excluded when packaging / deploying with serverless.
I think this is easily fixable by running npm i -g npm on your docker image, while I think and like the fact that you stick to 8.10 for the node version.
What do you think?
Right now we just fixed running npm i -g npm on your docker image which is suboptimal, as it will run at every build, we'll probably fork your image until this is fixed to circumvent the issue.
thanks