Webpack loader installs an error on the server

clipboard.png


cnpm

clipboard.png

image-webpack-loader gifsicle

clipboard.png
build:
clipboard.png
webpack



g
clipboard.png
I installed a libpng library on the server, but two more dependencies were not installed.


your error indicates that it is a question of permissions. Try the following command

  

this image-webpack-loader dependency bar, there are other dependencies, namely
mozjpeg , optipng , pngquant , gifsicle , cwebp
my problem,
there are two packages caused by format error in certificate's notAfter field . This authentication is verified by https,
because my server period was modified when I tested the server.
has a package because linux lacks plug-ins. After yum install libpng is installed,
also has a mozjpeg package that cannot be installed because the linux version is too old. All dependent packages are installed without errors when GLIBC is upgraded to the specified 2.14 version. image-webpack-loader is also successful.

Menu