[enhancement]shasum error. Because is not compatible with cnpmjs.
See original GitHub issueproblem
It occurs “shasum check failed” error. the whole sentence is
npm ERR! shasum check failed for /var/folders/cc/n1t9n30s45509jsbws5v723h0000gn/T/npm-61661-e421db3b/192.168.174.233_5080/tarballs/koa-static/1.5.2.tgz
and the cat ....koa-static/1.5.2.tgz
is
{"error":"not_found","reason":"document not found"}%
why
This error comes by setting a cnpmjs repository as a “–remote” fullfatdb. It may be because of the different strategy of the url for downloading.
fix
I think this is a lack function more than a bug. And have no idea because have not look into the code. But a fix for this will greatly helpful. (https://registry.npmjs.org here is slow)
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
No compatible version found · Issue #4984 · npm/npm - GitHub
EDIT: it works now a bit strange. because i needed to run the update command several times. resulted in. npm http GET https://registry.npmjs.org ......
Read more >cnpmjs.org - npm
Compatible with NPM client: you can use the origin NPM client with cnpmjs.org , only need to change the registry in config.
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
@wusisu I will publish a patch version tomorrow, thanks for your help!
It works for me now.
The situation is much more simple than I thought. 233333 Thanks a lot.