Closed exebook closed 9 years ago
thanks! I will look into this today.
Thanks for reporting this bug!
npm-kludge-search was not handling the possibility that the curl
command could fail, and the registry has intermittently been returning 503 errors for the all
endpoint. This will take a bit of coding to fix.
The all
endpoint is working better now, so you may be able to work around this for the moment by running
$ rm -f npm-all-cache.json
$ ./build-zip.sh
Is this still a problem for you?
I am trying to clean up older issues, so I will now close this issue. (Don't worry -- you can always come back again and open a new issue!)
Thanks!
I did not try it since then, because I wrote my own blazing fast search (qnp). Now my computer is broken and I cannot try. I will try later, when it is fixed (if I won't forget).
The problem was to preserve data between command line calls, otherwise not possible to search reaaaally fast, I solved it by starting background microservice to store the preloaded and filtered npm dump. This only works on *nix though.