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

nvmrc incompatible with nodenv, asdf #248

Closed
jas14 opened this issue May 8, 2024 · 0 comments · Fixed by #249
Closed

nvmrc incompatible with nodenv, asdf #248

jas14 opened this issue May 8, 2024 · 0 comments · Fixed by #249

Comments

@jas14
Copy link
Collaborator

jas14 commented May 8, 2024

As of d279f80 , .nvmrc is compatible with nvm but incompatible with nodenv (the latter does not support the lts/* specification).

However, the bin/setup script purports to support asdf, nvm, and nodenv.

Options:

  • Update .nvmrc to the specific LTS version desired
  • Specifically require nvm / prohibit nodenv
@jas14 jas14 changed the title nvmrc incompatible with nodenv nvmrc incompatible with nodenv, asdf May 8, 2024
mcmire pushed a commit that referenced this issue May 10, 2024
Hello from Railsconf! 👋 This closes #248 by updating the specifier in
`.nvmrc` to one compatible with nodenv and asdf, neither of which
(unfortunately) support the `lts/*` specifier. (Neither of these tools
will read `.nvmrc` anyway, I'm assuming an entry point of `bin/setup`.)
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 a pull request may close this issue.

1 participant