This repository was archived by the owner on Jul 15, 2025. It is now read-only.
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
MAX_PATH guidance for LongPathsEnabled? #108
The
MAX_PATHexplanation and workarounds guide by Sara Itani (@mousetraps) seems like a nice set of workarounds and explanation, but seems outdated now (eg. mentions npm v3, doesn't mentionLongPathsEnabled)If
LongPathsEnabledis enabled on Windows, is there guidance for getting long paths supported in Node.js as well? Or is there a bug tracking this 260+ characters long paths support in Node.js?Context:
writeFile?importlongnode_modulespaths Bug: Long node_modules plugin paths cannot be found on Windows eslint/eslint#17763It would be great to get support for long file paths on Windows in Node.js!