Skip to content

Issue with NPM 6.0 #4

@aterreno

Description

@aterreno

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions