Stable version on NPM not updated after release
See original GitHub issueUpdating 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:
- Created 3 years ago
- Reactions:4
- Comments:12 (11 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I updated the npm package. It will be a little while until I can look into the bot issue.
Sorry missed your comment. Done.