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.

Explain how to downgrade npm version for people who are new

See original GitHub issue

We should add npm install -g npm@4 to instructions

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:351
  • Comments:32 (1 by maintainers)

github_iconTop GitHub Comments

335reactions
gregblasscommented, Sep 6, 2017

Googled this actually, haha. “How to downgrade Node.” Google brought me here.

93reactions
vishalbiradarcommented, Oct 13, 2017

npm install -g npm@version

for ex. If I want to downgrade from npm 5.4.2 to 5.3.o then, npm install -g npm@5.3.0

This will work…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Downgrade npm to an older version - node.js - Stack Overflow
Just replace @latest with the version number you want to downgrade to. I wanted to downgrade to version 3.10.10, so I used this...
Read more >
Downgrade or decrease npm to older version and install
0:00 · New ! Watch ads now so you can enjoy fewer interruptions. Got it ...
Read more >
How to downgrade npm version? - DevOpsSchool.com
Step 2:- Downgrade your npm version. Commands are:- npm install -g npm@6.14.17. Step 3:- now install npm in your project. commands are:- npm...
Read more >
How to install a upgrade/downgrade NPM to a specific version
To install a specific NPM version in case NPM is already installed (meaning, to upgrade or downgrade the installed NPM version) you can...
Read more >
ESLint - npm
An AST-based pattern checker for JavaScript.. Latest version: 8.30.0, last published: 9 days ago. Start using eslint in your project by ...
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