sinopia
sinopia copied to clipboard
Search doesn't found any packages
Despite it is declared search in browser bring no result even if packages is already there. Interestingly enough when npm search is run in command line it actually build up index accordingly to the official registry: http --> 200, req: 'GET https://registry.npmjs.org/-/all' (streaming) http <-- 200, user: blebeda, req: 'GET /-/all', bytes: 0/42250852 And then returns result as it was searching official registry retrieving even those that are missing
+1 my local cmd:
⇒ npm i lodash.merge
npm ERR! code E404
npm ERR! 404 Not Found: lodash.merge@latest
sever log:
http --> 304, req: 'GET https://registry.npmjs.org/lodash.merge', bytes: 0/0
http <-- 200, user: jruif, req: 'GET /lodash.merge', bytes: 0/4755