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.

Running npm outdated show latest 1.2.5

See original GitHub issue

When I run the npm outdated it shows current/wanted as 1.2.6 but lists 1.2.5 as the latest.

screen shot 2017-07-14 at 6 25 59 pm
"devDependencies": {
  "purify-css": "1.2.x"
}

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
ferosscommented, Nov 18, 2017

Maintainers: if you want to fix this issue, here’s a handy one-liner you can run:

npm dist-tag add purify-css@1.2.6 latest

Cheers 😛

1reaction
beeplincommented, Jan 7, 2018

+1. The wrong version is annoying.

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-outdated
Description. This command will check the registry to see if any (or, specific) installed packages are currently outdated. By default, only the direct ......
Read more >
npm@5 outdated -g shows nothing · Issue #16840 - GitHub
So basicly current version (5.0.x) of npm is totally not functional. Had to downgrade. PLEEEEEEEASE fix ASAP. The world depends on you guys....
Read more >
node.js - npm update does not do anything - Stack Overflow
Running npm outdated will allow you to check all the packages that need to be updated. The list will show current, wanted and...
Read more >
How to fix security vulnerabilities in NPM/Yarn dependencies
Show only potential vulnerabilities in your dependecies: npm audit. Execute vulnerabilities fix mechanism: npm audit fix.
Read more >
All Docs - npm 中文文档
This will install the latest official, tested version of npm. ... This can cause permissions errors when you attempt to run packages globally....
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