Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodejs: improve builder (executable linking) #194

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Conversation

DavHau
Copy link
Member

@DavHau DavHau commented Jul 13, 2022

  • unsure that all executables of transitive dependencies are linked to /lib/node_modules/.bin
  • stop adding many store paths to PATH, instead add .bin directory to PATH
  • if installMethod=copy, .bin symlinks will now point to the local copy of the dependency instead of the original store path. This improves issues with runtime dependency errors in some situations

- unsure that all executables of transitive dependencies are linked to /lib/node_modules/.bin
- stop adding many store paths to PATH, instead add .bin directory to PATH
- if installMethod=copy, .bin symlinks will now point to the local copy of the dependency instead of the original store path. This improves issues with runtime dependency errors in some situations
This was referenced Jul 13, 2022
@DavHau DavHau merged commit dbdcb4a into main Jul 14, 2022
@DavHau DavHau deleted the nodejs-bin-links branch August 5, 2022 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant