-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 on node package install #77
Comments
Same... |
Thanks for reporting this issue, could you please add more details about the error, I assume npm is spitting out some error messages, including them here would make debugging this easier for me. |
No worries: npm -v: 1.1.21
Pretty much whats happening for me! |
Thanks. Looking at that I'm not sure this is an issue with lunr, looks more like a problem with npm to me. Maybe open an issue on npm, be sure to link to this issue aswell so I can follow along. |
Are you still having this issue, I just tried locally and it works for me:
Having said that, this is the output from http://registry.npmjs.org/lunr/-/lunr-0.5.0.tgz
Did you open an issue with npm? |
I haven't opened an issue with npm yet. The 304 means you're loading a
|
Yeah, it was cached when it worked for me. I've tried re-publishing and un-publishing and re-publishing but still no dice. I've opened an issue on npm, I don't think this is an issue my end, since I've not changed the way I've published to npm from any other version, we'll see. Sorry for any inconvenience this is causing! |
It's worked for me now, HTTP 200. |
It works now, but it's getting lunr version 0.4.5. I think the latest is
|
@Ehesp check the version, it's probably 0.4.5 (though if it isn't well done!) @jglamine the details are in the npm issue, tl;dr: I tried re-publishing the other advice was to un-publish and re-publish, still no luck. I'll update here when I know more but you might want to follow npm/npm#4988 |
Oh, yeah it is :( |
Quick update, I've bumped the version to 0.5.1 (despite nothing changing 😡) and tried to publish again. I'm still seeing errors from npm despite it having created the version. You still won't be able to install 0.5.1. |
This should now be fixed, 0.5.2 is the good version. My npm was out of date, upgrading solved the issue, though I really think npm should have handled this more gracefully. |
I get a 404 when trying to install the node package:
The text was updated successfully, but these errors were encountered: