We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote a plugin called nodenv-lts-install, which can install Node.js using some keywords.
# install current latest node version nodenv install latest
# install current latest lts node version nodenv install lts
# install latest node22 nodenv install jod # install latest node20 nodenv install iron
# install latest node20.x.x nodenv install 20 # install latest node20.1.x nodenv install 20.1 # install node20.1.0 nodenv install 20.1.0
Since I am not familiar with shell scripting, I developed it using JavaScript. I am looking for someone who can help me translate it to shell script.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wrote a plugin called nodenv-lts-install, which can install Node.js using some keywords.
# install current latest node version nodenv install latest
# install current latest lts node version nodenv install lts
Since I am not familiar with shell scripting, I developed it using JavaScript. I am looking for someone who can help me translate it to shell script.
The text was updated successfully, but these errors were encountered: