[BUG] the path resolution of npx is wrong when ancestor directory name include sign “&” #6376
Closed
2 tasks done
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 9.x
work is associated with a specific npm 9 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
on windows,if ancestor directory name include sign “&”,the path resolution will wrong when npx
Expected Behavior
it's easy to repair just replace
SET dp0=%~dp0
widthSET "dp0=%~dp0"
in the batch script that npm generatedEnvironment
The text was updated successfully, but these errors were encountered: