You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing this package and starting parcel, it throws errors about missing files. These files definitely exist
Typescript version: 2.8.3 / 3.0.0
(node:27724) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Error: Error: Could not find file: 'D:\Data\Drive\Github\widgetbot2\packages\crate\src\index.tsx'.
at getValidSourceFile (D:\Data\Drive\Github\widgetbot2\packages\crate\node_modules\typescript\lib\typescript.js:107364:23)
at Object.getSemanticDiagnostics (D:\Data\Drive\Github\widgetbot2\packages\crate\node_modules\typescript\lib\typescript.js:107560:36)
at LanguageService.check (D:\Data\Drive\Github\widgetbot2\packages\crate\node_modules\parcel-plugin-typescript\build\backend\service\index.js:15:24)
at Object.<anonymous> (D:\Data\Drive\Github\widgetbot2\packages\crate\node_modules\parcel-plugin-typescript\build\backend\worker\launcher.js:34:28)
at Generator.next (<anonymous>)
at fulfilled (D:\Data\Drive\Github\widgetbot2\packages\crate\node_modules\tslib\tslib.js:104:62)
at <anonymous>
at TypeScriptWorker.<anonymous> (D:\Data\Drive\Github\widgetbot2\packages\crate\node_modules\parcel-plugin-typescript\build\backend\ipc\worker\index.js:27:19)
at Generator.next (<anonymous>)
at fulfilled (D:\Data\Drive\Github\widgetbot2\packages\crate\node_modules\tslib\tslib.js:104:62)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
The text was updated successfully, but these errors were encountered:
It works with Parcel because it doesn't do any type-checking (so it doesn't need it). It is kinda intended but the error message could be way better. Feel free to create a PR
After installing this package and starting parcel, it throws errors about missing files. These files definitely exist
Typescript version: 2.8.3 / 3.0.0
The text was updated successfully, but these errors were encountered: