gulpfile.ts (122,1): Expected 1-2 arguments, but got 3. (2554)
gulpfile.ts (122,1): Expected 1-2 arguments, but got 3. (2554)というようなエラーが出ましたら、gulp を 4.0.4 → 3.8.33 に戻してあげます。
gulpfile.ts (145,21): Argument of type 'string[]' is not assignable to parameter of type 'TaskFunction'.
Type 'string[]' provides no match for the signature '(done: (error?: any) => void): any'. (2345)
npm i @types/gulp@3.8.33または package.json を修正:
"@types/gulp": "^3.8.33",
"@types/jquery": "^3.2.9",
npm install
コメント
コメントを投稿