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

Add default npm versions #8

Closed
2 tasks done
Maxim-Mazurok opened this issue Jun 24, 2022 · 3 comments · Fixed by #9
Closed
2 tasks done

Add default npm versions #8

Maxim-Mazurok opened this issue Jun 24, 2022 · 3 comments · Fixed by #9
Labels
enhancement New feature or request

Comments

@Maxim-Mazurok
Copy link
Contributor

Maxim-Mazurok commented Jun 24, 2022

Guidelines

  • Please search other issues to make sure this feature has not already been requested.

Which problem is this feature request solving?

I'm writing a script that would use listr and nodeenv to install deps and run tests for all projects recursively, it detects required node and npm versions from package.json engines section, and to optimize it I need to know if node version I'm installing is shipped with npm version that I need by default, or if I need to pass --npm=... --with-npm to nodeenv.

Describe the solution you'd like

Something like [{node: "16.3.0", npm: "7.15.1"}, ...]

Pull request (optional)

  • I can submit a pull request.
@Maxim-Mazurok Maxim-Mazurok added the enhancement New feature or request label Jun 24, 2022
Maxim-Mazurok added a commit to Maxim-Mazurok/all-node-versions that referenced this issue Jun 24, 2022
@Maxim-Mazurok Maxim-Mazurok mentioned this issue Jun 24, 2022
4 tasks
Repository owner deleted a comment from allcontributors bot Jun 24, 2022
@ehmicky
Copy link
Owner

ehmicky commented Jun 24, 2022

That's a great idea! Thanks for suggesting it.

@all-contributors please add @Maxim-Mazurok for code, test, ideas, doc

@allcontributors
Copy link
Contributor

@ehmicky

I've put up a pull request to add @Maxim-Mazurok! 🎉

@ehmicky
Copy link
Owner

ehmicky commented Jun 26, 2022

Released in 11.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants