-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[BUG] npm in Node.js nightly release consistently prints warning messages #6820
Comments
Solution: Ship the latest |
Is this really worth fixing? It's node nightly, very, very few people on the planet should be using it outside of node core collaborators. |
Yes. I download the latest Chromium Dev Channel, Chrome-For-Testing, Mozilla's Nightlu, Deno, and Node.js's nightly release every few days, or less. Developers in the field are testing tip-of-tree gear. I test until the application breaks. I would expect maintainers of nightly releases to encourage feedback on new features and what is broken or can be broken or exploited. I understand GitHub owns |
One reason I keep downloading Node.js release specificically is to check if Chromium is constantly testing new features. For that matter so is Node.js. Thus, nightly releases, where it is reasonable to expect all code including to be tip-of-tree; however sourced from third-party dependencies. |
I am highly skeptical of your claim that developers in the wild are testing on node nightly. |
That is a separate matter. I donlt think you have metrics on who is downloading Node.js nightly release. I do. Every couple days or so. What are your numbers for Node.js downloads per day? That is not really germaine to the reason I filed ths bug. I expected the latest of the entire Node.js world in the nightly release. I would think the people who publich that release, including maintainers, don;t want to be greeted by warning messages from Ironically for quite some time I deliberately got rid of everything except the Now I am involved in some experiments where I use Are the core collaborators good with shipping |
I'm sure they are; that's been the case for many many years. |
Wow. |
So what do you do? Run |
I mean, i don't bother using node nightly, but what I assume the few folks that do use it do is just, ignore the warnings? it's a warning, not an error. I'm sure you can suppress it by setting something like |
So you're not really sure. Even about collaborators. Certainly not from experience. Perhaps ask your collegues what they think about this. Or is there nothing you can do to make sure the nightly archive is as advertised - nightly - not just nightly
It's not bothering me. I was expecting all of the source code in the nightly release to be tip-of-tree, the latest Is this unsynchronicity a result of |
No, it's because npm is a separate project. It's updated in node with PRs, manually, and simply can't be done on a nightly basis. |
I'm skeptical of that claim. |
Looked at the source and it looks 3 months old. If npm can't be updated manually as you claim, then the warning message should go away as Feel free to close this if you want. Or, find a way to suppress that warning. Just somethink I'll note re Node.js environment. Have a great day. |
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
The npm shipped in Node.js nightly releases displays a warning when run.
Expected Behavior
No warning messages from
npm
when I fetch the Node.js nightly release.Steps To Reproduce
Download Node.js nightly release. Observe the warning when running
npm
Environment
The text was updated successfully, but these errors were encountered: