cptn-io / el-cptn

cptn.io is an open-source platform that helps develop and deploy integrations and data pipelines quickly and easily.

Home Page:https://cptn.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Npm modules are being cleared out when multiple modules are used.

kcthota opened this issue · comments

Create two pipelines and use a different npm module in each pipeline.

Send events to the pipeline.

Pipeline1 will download the required module while processing the event. When Pipeline2's event is being processed, the Pipeline1's downloaded dependency is automatically removed.

Issue seems to be caused by npm/npm#16853.

npm install seems to auto prune causing all modules installed as --no-save to be removed.