0
這是一個較舊的約曼發生器,這是使用this.copy約曼發電機失敗到this.copy
this.copy('_editorconfig', '.editorconfig');
ERROR建立相關斷言錯誤:AssertionError的[ERR_ASSERTION]試圖從一個複製不存在的源代碼:_editorconfig
這是一個較舊的約曼發生器,這是使用this.copy約曼發電機失敗到this.copy
this.copy('_editorconfig', '.editorconfig');
ERROR建立相關斷言錯誤:AssertionError的[ERR_ASSERTION]試圖從一個複製不存在的源代碼:_editorconfig
此修復是由於處理副本的方式發生了變化。
this.fs.copy(
this.templatePath('_editorconfig'),
this.destinationPath('.editorconfig')
);
作爲一個說明這也是一個修補程序添加gitignore
this.fs.copy(
this.templatePath('_gitignore'),
this.destinationPath('.gitignore')
);