Closed rotu closed 10 months ago
This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label
.
This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label
.
What version of pkg are you using?
5.8.1
What version of Node.js are you using?
20.0.0
What operating system are you using?
macOS
What CPU architecture are you using?
Apple M1
What Node versions, OSs and CPU architectures are you building for?
default
Describe the Bug
npm run test
fails, as the code inpkg/test/test-10-pnpm/main.js
attempts to callnpm
from the wrong fully qualified path. The code falsely assumes that thenode
and thenpx
executables exist as sibling files in the same directory.Note that, as installed by homebrew, the following executable and symlinks exist:
Expected Behavior
npm run test
should succeed.To Reproduce
npm run test