You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
What Node versions, OSs and CPU architectures are you building for?
default
Describe the Bug
npm run test fails, as the code in pkg/test/test-10-pnpm/main.js attempts to
call npm from the wrong fully qualified path. The code falsely assumes that the node and the npx executables exist as sibling files in the same directory.
Note that, as installed by homebrew, the following executable and symlinks exist:
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 tocall
npm
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
The text was updated successfully, but these errors were encountered: