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

Allow to copy to dstDir variable directly

Open TicoDePano opened this issue 8 years ago • 1 comments

From the documentation: dstDir: destination directory to copy modules, the modules will copy to dstDir/node_modules directory.

Should be possible to copy directly to dtsDir, without appending node_modules directory?

TicoDePano avatar Nov 07 '17 02:11 TicoDePano

indeed an option to remove the nesting node_modules folder would be the perfact solution and a good default. I'm using it from the CLI, so an option would be good to have.

MrTango avatar Oct 18 '21 13:10 MrTango