Nodist can't find npm version 7.14.0
See original GitHub issueWhen I run nodist npm 7.14.0, it returns with Unhandled rejection {"message":"Bad credentials","documentation_url":"https://docs.github.com/rest"}.
If I I run npm install -g npm@7.14.0, it complains about npm.cmd and suggests that I run the command with --force.. If I run the command with --force it works.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:12 (3 by maintainers)
Top Results From Across the Web
7.14.0 - npm
a package manager for JavaScript. Latest version: 9.2.0, last published: 6 days ago. Start using npm in your project by running `npm i...
Read more >nodist - Bountysource
When I run nodist npm 7.14.0 , it returns with Unhandled rejection {"message":"Bad ... As a result new versions of NPM can't be...
Read more >Updating NPM with Nodist - node.js - Stack Overflow
You can try nodist npm latest. Nodist manages npm versions as well as node versions.
Read more >Node.js的简单使用 - CSDN博客
nodist でNode.jsをバージョン管理- Qiita图灵社区Nodist can't find npm version 7.14.0 · Issue #233 · nullivex/nodist · GitHub.
Read more >Using a Node Version Manager | Introduction
Installing Node.js and npm · Using nvm · Using nodist.
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 Free
Top 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

Hello,
I spent some time on this issue today and issued a patch here: https://github.com/nullivex/nodist/pull/234
For anyone with an existing version the issue can be easily avoided by replacing the nodist/lib/github.js file. I will attach that file to this comment.
Additionally, I will propagate a new version being that the older key is now invalidated.
#232 is duplicate of this.
nodist npm matchworked.