arloliu / copy-node-modules

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

Directories with parent directories #1

Closed ferpega closed 7 years ago

ferpega commented 7 years ago

copy-node-modules is failing trying to create folders with unexistant parent folders.

ie: @angular/common

it is trying to create 'destination_path/@angular/common' but @angular folder does not exist, so it is showing an error and aborting.