-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
There appears to be an issue with the current postinstall script when attempting to install the package using the --no-bin-links flag on npm.
Testing on both RHEL and Windows shows that attempting to install with --no-bin-links results in the shell being unable to find the required napi-postinstall binary (due to the lack of the binary link creation). Installing without this flag installs correctly.
Updating the postinstall script to run napi-postinstall through npx (as npx -y napi-postinstall) resolves this issue, but I'm unsure as to whether or not this solution works correctly with other package managers.
glani
Metadata
Metadata
Assignees
Labels
No labels