copy-node-modules
copy-node-modules copied to clipboard
Does not work with monorepo
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.
Same problem for me
When I have a reference to other local module in package.json this module doesn't seems to be copied:
"dependencies": {
"api": "file:../api",
...