You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue only on my Linux machine (my other machine is a mac). When attempting to but when attempting to build the application on my Linux machine I get this error:
ERROR in ./node_modules/semantic-ui-css/themes/default/assets/images/flags.png
Module build failed: Error: /home/jhessin/websites/database/node_modules/pngquant-bin/vendor/pngquant: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
at Promise.all.then.arr (/home/jhessin/websites/database/node_modules/execa/index.js:231:11)
at process._tickCallback (internal/process/next_tick.js:109:7)
@ ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/semantic-ui-css/semantic.min.css 7:116229-116280
@ ./node_modules/semantic-ui-css/semantic.min.css
@ ./src/index.coffee
Here is my webpack.config.coffee modules and resolve settings:
I am having an issue only on my Linux machine (my other machine is a mac). When attempting to but when attempting to build the application on my Linux machine I get this error:
Here is my webpack.config.coffee modules and resolve settings:
yarn: v1.3.2
webpack: v3.11.0
node: v9.5.0
npm: 5.6.0
The text was updated successfully, but these errors were encountered: