[오후 3:02:33] Starting compilation in watch mode...
../node_modules/@types/eslint-scope/node_modules/@types/eslint/helpers.d.ts:1:6 - error TS2300: Duplicate identifier 'Prepend'.
1 type Prepend<Tuple extends any[], Addend> = ((_: Addend, ..._1: Tuple) => any) extends (..._: infer Result) => any
~~~~~~~
../node_modules/@types/eslint/helpers.d.ts:1:6
1 type Prepend<Tuple extends any[], Addend> = ((_: Addend, ..._1: Tuple) => any) extends (..._: infer Result) => any
~~~~~~~
'Prepend' was also declared here.
../node_modules/@types/eslint/helpers.d.ts:1:6 - error TS2300: Duplicate identifier 'Prepend'.
1 type Prepend<Tuple extends any[], Addend> = ((_: Addend, ..._1: Tuple) => any) extends (..._: infer Result) => any
~~~~~~~
../node_modules/@types/eslint-scope/node_modules/@types/eslint/helpers.d.ts:1:6
1 type Prepend<Tuple extends any[], Addend> = ((_: Addend, ..._1: Tuple) => any) extends (..._: infer Result) => any
~~~~~~~
'Prepend' was also declared here.
[오후 3:02:39] Found 2 errors. Watching for file changes.
이틀 전까지는 잘 됐는데 갑자기 이러네요 ..
검색해봐도 잘 모르겠는데
어떻게 해결하나요?