0
모든 node_modules
을 build
이라는 하위 디렉토리로 복사하고 싶습니다. 다음은 ive가 시도한 것입니다.노드 모듈 디렉토리를 복사하면 오류가 발생합니다.
gulp.src(['node_modules/**/*']).pipe(gulp.dest('build/node_modules/'));
하지만 다음과 같은 오류가 발생합니다.
Error: EISDIR: illegal operation on a directory, read
at Error (native)