-
Notifications
You must be signed in to change notification settings - Fork 44
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
Build error with Node 6.0.0 and 6.1.0 #42
Comments
This might help as well:
|
Same here on Arch, node 6.1.0
|
Same in Ubuntu 12.04, node v6.2
|
Im getting this as well. Last comment was in May. Have any of you found any work-around? |
Not sure what the issue is - I have no problem installing this on any version of node...probably something missing in your environment related to the C libpq not being found on the path or something? Can you type |
Here's mine @brianc:
|
@Chris911 you're error looks weird:
Particularly the syntax error in a |
Yes I have. I can give it another shot today with Node latest. |
I just reverified I can compile on The only other thing I can think of is maybe If that fails try doing these commands from the root of the project dir:
And see which ones fail I feel like this might be some weird environment issue |
I'm running into issues when compiling libpq 1.8.2 (through pg-native 1.10.0) on both 6.0.0 and 6.1.0. Node 6 seems to be covered in your CI tests so I'm not sure why it's failing here. Here's the logs from
npm-debug.log
.This is on OS X running node 6.1.0 and npm 3.8.6.
The text was updated successfully, but these errors were encountered: