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.

Stable version on NPM not updated after release

See original GitHub issue

Updating NPM when making a release stable does not work. I made version 2.5.207 stable today, but NPM still shows version 2.4.456. What did work is updating the next tag for pre-release 2.6.347, so it looks like the release script doesn’t handle release updates correctly in contrast to release creations. Perhaps the hook is not triggered correctly or an error occurred in the logs?

Please find the cause of this, and for now update the latest tag on NPM to version 2.5.207 manually.

/cc @brendandahl

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
brendandahlcommented, Sep 15, 2020

I updated the npm package. It will be a little while until I can look into the bot issue.

1reaction
brendandahlcommented, Jun 7, 2021

Sorry missed your comment. Done.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Try the latest stable version of npm
Option 1 or 2. Go into %ProgramFiles%\nodejs\node_modules\npm and copy the file named npmrc in the new npm folder, which should be %appdata%\npm\node_modules\ ...
Read more >
npm update is not updating the version in package.json file
My package.json file is not got updated after that, although when i run npm outdated again it shows no outdated package.
Read more >
How to Update npm Version? [Update npm Package to Latest ...
For updating npm, open PowerShell with the admin account and run the following commands. ... After running the commands, you will be asked...
Read more >
Using npm update and npm outdated to update dependencies
Updating a version that is beyond the semantic versioning range requires two parts. First, you ask npm to list which packages have newer...
Read more >
How to Update Node and NPM to the Latest Version
1. Use NPM to Update Your Node Version · Clear the NPM cache · Install n · Install a new version of Node...
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