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
Hi, I installed ts-node and typescript, then I run ts-node src/main and occurs an error:
MacBook-Pro-3:oss-bot hxd$ ts-node src/main
/usr/local/lib/node_modules/ts-node/src/index.ts:293
return new TSError(diagnosticText, diagnosticCodes)
^
TSError: ⨯ Unable to compile TypeScript:
error TS6053: File '@chatie/tsconfig' not found.
at createTSError (/usr/local/lib/node_modules/ts-node/src/index.ts:293:12)
at reportTSError (/usr/local/lib/node_modules/ts-node/src/index.ts:297:19)
at create (/usr/local/lib/node_modules/ts-node/src/index.ts:308:36)
at Object.register (/usr/local/lib/node_modules/ts-node/src/index.ts:227:19)
at main (/usr/local/lib/node_modules/ts-node/src/bin.ts:150:19)
at Object.<anonymous> (/usr/local/lib/node_modules/ts-node/src/bin.ts:470:3)
at Module._compile (internal/modules/cjs/loader.js:776:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
at Module.load (internal/modules/cjs/loader.js:643:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
ts-node version is v8.5.4
The text was updated successfully, but these errors were encountered:
Hi, I installed ts-node and typescript, then I run
ts-node src/main
and occurs an error:ts-node version is v8.5.4
The text was updated successfully, but these errors were encountered: