-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
node-gyp rebuild fails on my system #625
Comments
I can't see whats wrong from that output. Could you please clone this repo and run |
I also got this error, with the following output
|
Do you have fontconfig installed? |
I should note I ran the I'm not sure if I have fontconfig installed. I tried installing it with brew and get this error:
|
[$]> git clone https://github.com/Automattic/node-canvas.git
./util/has_cairo_freetype.sh: line 4: pkg-config: command not found npm ERR! Darwin 14.5.0 npm ERR! Please include the following file with any support request: |
This is the problem
You need pkg-config installed. |
Thanks brew install pkg-config Lots of warnings but no errors. Now if only I could remember why the #$!@*% I was trying to install these things to begin with :'( |
Should leave this open while the documented and scripted install process doesn't work |
:( Example code from readme doesn't seem to work properly for me. |
Might be related to #628 |
I have the same error as before so after the install pkg-config
|
@Greenycath That log doesn't contain enough info to debug. Could you please clone this repo and run |
|
It seems like you don't have |
@LinusU |
The installation script have been retired and we have new instructions on the start page... Closing this since it's an old thread, please see our new installation instructions and report back if you still have problems... |
The text was updated successfully, but these errors were encountered: