-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
“Error: Could not locate the bindings file” #525
Comments
Hmm. I've never seen this error before. Even google isn't particularly helpful. If you have a chance, can you try a similar process on Ubuntu 15? If not I'll try to test things out on an Ubuntu 16 VM. |
On Ubuntu 15.10, the versions are Node 0.10.25 and NPM 1.4.21. Crazy to try with such early versions of each? |
Nope. Everyone in the Node world wants to rid themselves of 0.10, but in fact it's Ubuntu that is really holding people back, so most projects still support 0.10 |
Interesting. I saw a bunch of this go by:
…but both 🕝 Of course, now that I’m trying it all again on 16.04, |
Those particular warnings are ok. In fact most NPM warnings are ok, although you can feel free to report them and we'll try to fix them. Warnings exist for a reason after all. If it works, then that's great. I'll test it out in the future on a VM (or possibly when I upgrade my machine to ubuntu 16), and as more issues arise we'll tackle them. |
Thanks. I’m going to close this since it’s apparently fine now. |
This error can come up if Libpostal was installed after you did |
I’m taking the API for a spin on Ubuntu 16.04. After installing all dependencies with
npm install
, I find thatnpm test
works butnpm start
fails. Error output is below; Node is at 4.2.6 and NPM is at 3.5.2 on Ubuntu 16.04.The text was updated successfully, but these errors were encountered: