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
node_modules
v20.10.0
Linux 4.4.0-19041-Microsoft #3636-Microsoft Thu Oct 19 17:41:00 PST 2023 x86_64 x86_64 x86_64 GNU/Linux
modules/esm
The repo: https://github.com/AnnAngela/node-issue
The reproduce steps: https://github.com/AnnAngela/node-issue/blob/08407276c119b18f12f0deb1193d4815dc8d6956/.github/workflows/test.yaml#L21-L22
Always reproduce, with the workding folder whose name ends with node_modules
Should not throw any error.
The workflow log: https://github.com/AnnAngela/node-issue/actions/runs/7285434922/job/19852334885#step:4:13
I'm not sure if the working directory can only end with node_modules, or can start with node_modules or contain node_modules in the middle.
The text was updated successfully, but these errors were encountered:
@nodejs/loaders
Sorry, something went wrong.
src: do not treat all paths ending with node_modules as such
42aade0
Fixes: nodejs#51245
c64e603
Fixes: #51245 PR-URL: #51269 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
864ecb0
Successfully merging a pull request may close this issue.
Version
v20.10.0
Platform
Linux 4.4.0-19041-Microsoft #3636-Microsoft Thu Oct 19 17:41:00 PST 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
modules/esm
What steps will reproduce the bug?
The repo: https://github.com/AnnAngela/node-issue
The reproduce steps: https://github.com/AnnAngela/node-issue/blob/08407276c119b18f12f0deb1193d4815dc8d6956/.github/workflows/test.yaml#L21-L22
How often does it reproduce? Is there a required condition?
Always reproduce, with the workding folder whose name ends with
node_modules
What is the expected behavior? Why is that the expected behavior?
Should not throw any error.
What do you see instead?
The workflow log: https://github.com/AnnAngela/node-issue/actions/runs/7285434922/job/19852334885#step:4:13
Additional information
I'm not sure if the working directory can only end with
node_modules
, or can start withnode_modules
or containnode_modules
in the middle.The text was updated successfully, but these errors were encountered: