-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 does not support Node.js v13.0.0" #30066
Comments
I installed Node using nvm if that matters:
|
Yeah, @ljharb and others are on the case: npm/cli#269 Once there's an I'm guessing once there's an |
@nodejs/releasers Might it make sense to float the patch in npm/cli#269 on core and push out a 13.0.1 quickly? I'm guessing that would be a ton of work that no one has the time for today or even this week, but asking anyway in case I'm wrong.... |
If npm can merge and release that fix ASAP, i can get the node PR up shortly afterwards |
This should keep the npm warning at bay until it is patched upstream. Refs: npm/cli#269 Refs: nodejs#30066
Same issue encountered. Looking forward to the patch. |
Same here, uninstalled and reinstall node and NPM but no luck. :( |
Having the same issue....Is there a workaround available? |
The workaround is to ignore the warning. It is not an error and you can still use npm until we release a fix. |
This should keep the npm warning at bay until it is patched upstream. Refs: npm/cli#269 Refs: #30066 PR-URL: #30079 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
This should keep the npm warning at bay until it is patched upstream. Refs: npm/cli#269 Refs: #30066 PR-URL: #30079 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
till when we can expect the fix?
…On 10/23/19, Michaël Zasso ***@***.***> wrote:
The workaround is to ignore the warning. It is not an error and you can
still use npm until we release a fix.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#30066 (comment)
|
fixed in v13.0.1 |
@targos for some reason, I am still getting the same warnings,
I downloaded .exe from http://nodejs.org/ Windows 10 |
the reason might be that you installed npm 6.12.0 manually on your system before. the fix is only present in the version bundled by Node.js |
@targos and apparently if I |
yes, that's expected. The npm you get by installing with |
How do you ensure that you're using node's npm that contains this fix? (Asking because I tried to uninstall npm with
|
Uninstall 13.0.1 and reinstall it, and don’t use nvm’s “install latest npm” feature? |
Wow, uninstalling and reinstalling Edit: I think I get it. I had a script that did |
It has not worked for me. Still with the npm warn. |
If that's the case, it means you are not using the npm shipped with Node.js 13.0.1. This can be happening for a number of reasons, some of which are listed above, but that is by no means an exhaustive list.... Perhaps Node.js should have shipped 13.0.1 with an
That's one solution, and a perfectly viable one if you're OK with ignoring the warnings until then. It's also the easiest and most foolproof solution. :-D |
I have the same problem with node v13.1. Can these warnings be ignored without side effects? |
@helpme1 v13.0.1, and yes, you can ignore them. |
[email protected] is now out, so |
(I'm preparing the PR to update npm proper in node as we speak) |
Only this method worked for me on Windows: How to completely remove node.js from Windows |
This should keep the npm warning at bay until it is patched upstream. Refs: npm/cli#269 Refs: #30066 PR-URL: #30079 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
This should keep the npm warning at bay until it is patched upstream. Refs: npm/cli#269 Refs: #30066 PR-URL: #30079 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
This should keep the npm warning at bay until it is patched upstream. Refs: npm/cli#269 Refs: #30066 PR-URL: #30079 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
npm install -g npm worked for me. |
"npm install -g npm" note: run cmd as administrator. |
FYI $ uname -a
Darwin cpf 19.0.0 Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 x86_64
$ npm -v
6.13.2
$ node -v
v13.2.0 getting warning in this setup |
There are lots of warnings you could be getting, but you are all-but-certainly not getting the warning reported in this issue if you are really running npm 6.13.2. This bug was fixed in 6.12.1. If you are seeing this, then you are running npm 6.12.0 or earlier. |
Just tried this, when installing something, getting warning saying that "npm does not support Node.js v13.2.0" # pfcui @ cpf in ~ [15:34:21]
$ node -v
v13.2.0
# pfcui @ cpf in ~ [15:43:05]
$ npm -v
6.13.2
# pfcui @ cpf in ~ [15:43:07]
$ npm install -g expo-cli
npm WARN npm npm does not support Node.js v13.2.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/ |
what does which node and which npm say? |
/usr/local/bin/node |
The fact that it says that What's the output of these commands?:
|
Oh! Maybe somehow
|
And while we're at it, let's just be complete-ish:
How did you install Node.js? With the default installer? Or a version manager? Or what? |
It was installed via brew. I have done brew uninstall and reinstalled the LTS version, which have damaged the crime scene, however it seems to be fine now. No warnings anymore. |
@FJBDev i'm seeing the same on a node:13-alpine image. |
This comment has been minimized.
This comment has been minimized.
node 13.5 comes with npm 6.13.4, so there's something wrong with your node installation there. |
I get : |
Then you're running a version of npm that didn't ship with the 13.6.0 binary. |
Might be fixed if you run |
v13.0.0
Darwin mgolebiowski-mac 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64 i386 MacBookPro15,1 Darwin
Under Node.js 13.0.0, running many commands using the included npm version (6.12.0) results in the message:
I can understand some npm versions not supporting a newly released Node.js version but the version that's bundled with Node shouldn't print such messages.
The text was updated successfully, but these errors were encountered: