We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENOTDIR when using tsx under
ENOTDIR
node:18.7.0
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#2022-07-13-version-1860-current-targos
nodejs/node#42623
$ yarn tsx foobar.ts node:fs:1596 handleErrorFromBinding(ctx); ^ Error: ENOTDIR: not a directory, stat '/app/.yarn/cache/tsx-npm-3.8.0-0fd68bdcc5-2990425ad0.zip/node_modules/tsx/dist/loader.js' errno: -20, syscall: 'stat', code: 'ENOTDIR', path: '/app/.yarn/cache/tsx-npm-3.8.0-0fd68bdcc5-2990425ad0.zip/node_modules/tsx/dist/loader.js' } Node.js v18.7.0
Node.js v18.7.0
No response
The text was updated successfully, but these errors were encountered:
Reference: privatenumber/tsx#72
Sorry, something went wrong.
Chained loaders aren't complete yet - still missing nodejs/node#43772 or similar.
No branches or pull requests
Self-service
Describe the bug
ENOTDIR
when using tsx undernode:18.7.0
which support chaining loaderhttps://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#2022-07-13-version-1860-current-targos
nodejs/node#42623
To reproduce
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: