question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install vercel with npm

See original GitHub issue

I was trying to install vercel to deploy my application using npm install -g vercel . But I’m getting an error like this:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @types/node@14.18.33. 
npm ERR! notarget a package version that doesn't exist.

Can you help me?

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
andymckaycommented, Nov 21, 2022

Any luck @Bereky? I suspect this is not a problem on vercel/vercel side of things, but somewhere in your node, npm stack, so I’m going to close this issue.

1reaction
Berekycommented, Nov 13, 2022

Whats your ‘latest’ node version currently? Try: node --version

My current node version: v18.12.1

You could try to see if there’s other packages causing this: npm -g outdated

Current npm version on my machine: 8.1.4, where the latest is 9.1.1 This might be the issue. I’ll have to upgrade npm and see if it’s fixed. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"command not found: vercel" after installing globally #5019
I just installed vercel with: npm install -g vercel. But when I try to run: verlcel , I get: zsh: command not found:...
Read more >
vercel - npm
To install the latest version of Vercel CLI, run this command: npm i -g vercel. To quickly start a new project, run the...
Read more >
Why does npm run start not work on Vercel?
If your build command is npm run start , node app.js , nodemon server.js , or similar, it is likely you are trying...
Read more >
npm install vercel fails for wrong node version though it is correct
Detected unsupported Node.js version. Expected ">= 10" but found "8.10.0". Please update to the latest Node.js LTS version to install Vercel ...
Read more >
install vercel cli Code Example
npm i -g vercel. 2. after you can type vercel in any react project and deploy it to vercel(follow the very simple instructions)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found