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
(node:18282) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'length' of undefined
at createSourceFile (/home/proj/node_modules/typescript/lib/typescript.js:19298:110)
at parseSourceFileWorker (/home/proj/node_modules/typescript/lib/typescript.js:19231:26)
at Object.parseSourceFile (/home/proj/node_modules/typescript/lib/typescript.js:19102:26)
at createSourceFile (/home/proj/node_modules/typescript/lib/typescript.js:18925:29)
at Object.compilerHost.getSourceFile (/home/proj/node_modules/flowgen/lib/cli/compiler.js:106:42)
at findSourceFile (/home/proj/node_modules/typescript/lib/typescript.js:99293:29)
at /home/proj/node_modules/typescript/lib/typescript.js:99170:85
at getSourceFileFromReferenceWorker (/home/proj/node_modules/typescript/lib/typescript.js:99137:34)
at processSourceFile (/home/proj/node_modules/typescript/lib/typescript.js:99170:13)
at processRootFile (/home/proj/node_modules/typescript/lib/typescript.js:98993:13)
Should probably be a user-friendly error saying no file was found with that name
The text was updated successfully, but these errors were encountered:
repro
running
npm run flowgen
results in this errorShould probably be a user-friendly error saying no file was found with that name
The text was updated successfully, but these errors were encountered: