-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Sentry wizard overrides nvm configuration #518
Comments
@romtsn I believe this is related to the brew target. Would you mind taking a look at this issue? |
@Lms24 Sure, looks like we have to write a custom requirement that checks for an existing Node version and uses it, or otherwise installs the one from brew. The min supported Node version by the wizard is at 14.18 now, right? |
@romtsn yup. We might bump it in the future given Node 14 is EOL since a while but right now, it's |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Environment
MacOS
Steps to Reproduce
nvm ls
nvm use 18.12.0
nvm current
Expected Result
sentry-wizard should not install node globally, which overrides nvm settings
Actual Result
If the node is installed, we should use the currently installed node.
After doing that
Everything works fine
The text was updated successfully, but these errors were encountered: