-
Notifications
You must be signed in to change notification settings - Fork 131
ubuntu 16.10 libpng12.so.0: cannot open shared object file #76
Comments
encounter with the same issue |
Closing because this is a yarn issue. So when I did:
it works fine. Seems like yarn is not able to execute the |
@capaj on npm |
I'm having the same issue, even with that trick #76 (comment) mentioned. Weirdly it works on my local machine but not on docker build. |
Well. My issue was actually my mistake and might be yours if you are using docker. |
So apparently its an issue with later versions of Ubuntu - see https://askubuntu.com/a/895903/250605. @capaj |
I had this issue, but I happed to have missing automake After, it works both with yarn and npm
|
@enapupe Cheers, you helped solve my issue! I had placed the node_modules in my dockerignore file, but when mounting the root project directory the node_modules where added back in. So I mounted my projects src directory instead. |
Running on:
"image-webpack-loader": "^3.2.0",
I always get these errors:I researched a bit and tried installing
I eve tried
sudo apt install pngquant
but no luck. Has anyone been able to make this work on latest ubuntu?
The text was updated successfully, but these errors were encountered: