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'd like to propose the feature of default packages when a new node version is being added.
For example, I use yarn across all my projects, but I need to explicitly install it for every new node version that nvs adds.
yarn
nvs
I think having a default-packages file somewhere would solve this problem, like nvm does.
default-packages
nvm
Do you all think that this feature is worth investing a developer-time?
The text was updated successfully, but these errors were encountered:
Sounds like a good feature. I'd accept a PR for that.
The list of default packages could be read from settings.json in the nvs directory, or from a separate file like nvm.
settings.json
Sorry, something went wrong.
No branches or pull requests
I'd like to propose the feature of default packages when a new node version is being added.
For example, I use
yarn
across all my projects, but I need to explicitly install it for every new node version thatnvs
adds.I think having a
default-packages
file somewhere would solve this problem, likenvm
does.Do you all think that this feature is worth investing a developer-time?
The text was updated successfully, but these errors were encountered: