0
을 this.copy 관련 주장 에러 실패 존재하지 않는 출처 : _editorconfig보좌관 생성기이 <strong><em>this.copy</em></strong></p> <pre><code>this.copy('_editorconfig', '.editorconfig'); </code></pre> <p>ERROR를 이용하여 설정했다 이전 보좌관 발생기이다
을 this.copy 관련 주장 에러 실패 존재하지 않는 출처 : _editorconfig보좌관 생성기이 <strong><em>this.copy</em></strong></p> <pre><code>this.copy('_editorconfig', '.editorconfig'); </code></pre> <p>ERROR를 이용하여 설정했다 이전 보좌관 발생기이다
수정 된 사항은 복사 방식이 변경된 것이 원인이었습니다.
this.fs.copy(
this.templatePath('_editorconfig'),
this.destinationPath('.editorconfig')
);
은 참고로이 또한 gitignore
this.fs.copy(
this.templatePath('_gitignore'),
this.destinationPath('.gitignore')
);
를 추가 수정을했다