arloliu / copy-node-modules

Fast deploy Node.js modules from local source folder to distination folder
26 stars 14 forks source link

Resolve and include symlinks #36

Open ManuelTS opened 2 years ago

ManuelTS commented 2 years ago

Local repos installed with npm i <path-to-dir> or linked with npm link <path-to-dir> are not included in the target node_modules. I suggest to make a hard copy of the sym links content within the target node_modules.

ManuelTS commented 2 years ago

Ping!

traviscollins commented 2 years ago

This project appears dead as of 3 years ago. But I also need this :/