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

"npm install node@lts" reports 12.18.1 which does not match 12.18.2 listed on website #34277

Closed
mlandisbqs opened this issue Jul 9, 2020 · 2 comments
Labels
wrong repo Issues that should be opened in another repository.

Comments

@mlandisbqs
Copy link

  • Version: v12.18.1
  • Platform: MacOS 10.15.4 (Darwin WAHVE-WKS04.piholio 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64)
  • Subsystem: ???

What steps will reproduce the bug?

$ npm install -g --dry-run node@lts
+ node@12.18.1
added 2 packages in 0.247s

How often does it reproduce? Is there a required condition?

Consistently outputs 12.18.1 every time

What is the expected behavior?

+ node@12.18.2  # <-- 12.18.2 is the version listed on the site https://nodejs.org/en/

What do you see instead?

+ node@12.18.1

Additional information

Context - my team parses the dryrun output in our build to make sure that our project keeps up with LTS.
We're currently 1 version behind LTS - probably not a big deal but it could become a problem over time if this isn't fixed.

@richardlau
Copy link
Member

You'll have to report that to the owner of the node module, https://github.com/aredridel/node-bin-gen according to its npm page.

@mlandisbqs
Copy link
Author

In case anyone lands here, moved: aredridel/node-bin-gen#103 per comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wrong repo Issues that should be opened in another repository.
Projects
None yet
Development

No branches or pull requests

2 participants