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

--scripts-prepend-node-path confusion #7189

Open
dsifford opened this issue Apr 10, 2019 · 0 comments
Open

--scripts-prepend-node-path confusion #7189

dsifford opened this issue Apr 10, 2019 · 0 comments

Comments

@dsifford
Copy link

Hello,

Looking at the release notes from 1.15.0, it appears that --scripts-prepend-node-path was removed (in #7057)

However, it is still present in the command line options:

yarn/src/cli/index.js

Lines 122 to 126 in 8a671f1

commander.option(
'--scripts-prepend-node-path [bool]',
'prepend the node executable dir to the PATH in scripts',
boolify,
);

Is this the intended behavior?

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

No branches or pull requests

1 participant