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

feat: add binPaths param #99

Merged
merged 1 commit into from
Aug 1, 2022
Merged

feat: add binPaths param #99

merged 1 commit into from
Aug 1, 2022

Conversation

wraithgar
Copy link
Member

@wraithgar wraithgar commented Aug 1, 2022

This addresses a problem where npm exec is being asked to use a version of a package that does not match what's in the local tree, installs it in the npx cache, and then run-script puts the local tree's paths before anything run-script sets.

It gives npm exec a mechanism to say "No really these paths should come absolutely first, don't put anything before them".

@wraithgar wraithgar requested a review from a team as a code owner August 1, 2022 15:13
@wraithgar wraithgar force-pushed the gar/path-prepend branch 3 times, most recently from 6d6731f to df1c0b4 Compare August 1, 2022 15:30
@wraithgar wraithgar marked this pull request as draft August 1, 2022 15:34
@wraithgar wraithgar marked this pull request as ready for review August 1, 2022 15:40
@wraithgar wraithgar merged commit 27cc108 into main Aug 1, 2022
@wraithgar wraithgar deleted the gar/path-prepend branch August 1, 2022 17:04
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.

3 participants