How to fix ‘npm does not support Node.js v14’ error on Windows 10

After attempting to upgrade my version of Node.js on my Windows 10 machine (directly from the Node.js LTS Windows MSI download) I was left with an install of Node.js where I couldn’t use NPM.

Anytime I tried to use NPM (Node Package Manager) I would get the following error



npm WARN       npm does not support Node.js v14.17.5
npm WARN       You should probably upgrade to a newer version of node as we
npm WARN       can't make any promises that npm will work with this version.
npm WARN       Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11, 12.
npm WARN       You can find the latest version at https://nodejs.org/
npm ERR!       cb.apply is not a function

When I check the current versions of node and npm I can see node.js is at version 14.17.5 but npm is only at 6.9.0

My first attempt was updating over the top of my existing node.js installation. I then tried uninstalling node.js installation (Windows Add/Remove Programs) and reinstalled. I ended up with the same error with npm.

What did fix the installation for me was to follow these steps

  • Uninstall node.js (Windows Add/Remove programs)
  • Manually delete the npm folder from your user profile (%APPDATA%/roaming/npm)
  • Install node.js (from Windows 10 LTS download MSI)

This time around I could see the node.js installation was able to install an updated version of npm as well where it failed to upgrade an older npm if that folder already existed in my roaming profile.

Advertisement

8 thoughts on “How to fix ‘npm does not support Node.js v14’ error on Windows 10

Add yours

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Create a website or blog at WordPress.com

Up ↑

%d bloggers like this: