-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
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
Win: Can't load a module with a long path #1990
Labels
confirmed-bug
Issues with confirmed bugs.
good first issue
Issues that are suitable for first-time contributors.
module
Issues and PRs related to the module subsystem.
windows
Issues and PRs related to the Windows platform.
Comments
This is probably the same problem #1980 |
vkurchatkin
added
good first issue
Issues that are suitable for first-time contributors.
module
Issues and PRs related to the module subsystem.
and removed
module
Issues and PRs related to the module subsystem.
labels
Jun 16, 2015
targos
added a commit
to targos/node
that referenced
this issue
Jun 16, 2015
nodejs#1801 introduced internal fs methods to speed up require. The methods do not call path._makeLong like their counterpart from the fs module. This brings back the old behaviour. Fixes: nodejs#1990 Fixes: nodejs#1980 Fixes: nodejs#1849
piscisaureus
pushed a commit
that referenced
this issue
Jun 16, 2015
#1801 introduced internal fs methods to speed up require. The methods do not call path._makeLong like their counterpart from the fs module. This brings back the old behaviour. Fixes: #1990 Fixes: #1980 Fixes: #1849 PR-URL: https://github.com/nodejs/io.js/pull/1991/files Reviewed-By: Bert Belder <[email protected]>
Fixed by 671e64a |
This was referenced Apr 24, 2023
This was referenced Jun 21, 2023
This was referenced Jul 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
good first issue
Issues that are suitable for first-time contributors.
module
Issues and PRs related to the module subsystem.
windows
Issues and PRs related to the Windows platform.
Since v2.2.0 (probably, related to 1bbf8d0),
require()
can't load a module with a path longer than 260 characters on Windows.v2.1.0:
v2.3.0:
The text was updated successfully, but these errors were encountered: