copy-node-modules icon indicating copy to clipboard operation
copy-node-modules copied to clipboard

Does not work with monorepo

Open redneckz opened this issue 4 years ago • 2 comments

It seems that only local node_modules are copied. I need to copy some subset of node_modules (even hoisted to the root of monorepo) before deploying AWS lambda to the cloud.

redneckz avatar Aug 07 '20 06:08 redneckz

Same problem for me

FR073N avatar Mar 17 '21 17:03 FR073N

When I have a reference to other local module in package.json this module doesn't seems to be copied:

  "dependencies": {
    "api": "file:../api",
    ...