Lukas Zech
Lukas Zech
I had the same problem and came to this conclusion: The JPG I used was stored compressed with reduced file size but once you load it in the browser it...
We temporarily solved the issue by using the `file:` option in the `typings.json` As it supports relative paths you can point it to your package directory inside your `node_modules` folder...
is there any progress here? We could really use this feature and everything in this PR seem Green and Approved. Anything missing?
I ran into the same issue on OS X 10.11.6 To resolve this you need to: 1. Install dbus via brew with developer tools`brew install --devel dbus` 2. Create a...
@iyogeshjoshi I indeed have one other link set which I forgot to mention in the directory `/usr/local/Cellar/dbus/1.11.2/include/dbus-1.0/dbus` I have a symbolic link to the file`/usr/local/Cellar/dbus/1.11.2/lib/dbus-1.0/include/dbus/dbus-arch-deps.h` which was necessary But this...
The content of your `/usr/local/opt/dbus` directory should look look this: ``` $ /usr/local/opt/dbus total 304 drwxr-xr-x 20 USR admin 680B Jul 1 14:52 . drwxr-xr-x 3 USR admin 102B Jul...
@iyogeshjoshi I didn't need to set any environment variable as `gcc` should look in that directory by default, but normally you would set the **CPATH** variable to include more directories...
As I ran into issue again, I found that the above solution was still missing something. So for future reference, here are the complete steps how I solved in on...
@iyogeshjoshi - check that you have the correct `common.gypi` file in the path according to your node version - check the line where you added the `'include_dirs': ['/usr/local/opt'],` there are...