when you run npm run dev
, sometimes you will come accross this error:
Open node_modules/typescript/lib/typescript.js
, and go to line 8873:
if (!sourceFile) {
return ts.createTextSpan(0, 0);
}
See also:
when you run npm run dev
, sometimes you will come accross this error:
Open node_modules/typescript/lib/typescript.js
, and go to line 8873:
if (!sourceFile) {
return ts.createTextSpan(0, 0);
}
See also: