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
System: OS: CPU: Shell: Binaries: Node: v18.7.0 npm: npmPackages: tsx:
The text was updated successfully, but these errors were encountered:
Reference: yarnpkg/berry#4694
Sorry, something went wrong.
nodejs/node#43772
No branches or pull requests
Bug description
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
Reproduction
Environment
Can you contribute a fix?
The text was updated successfully, but these errors were encountered: