There are problems with pngquant-bin node module – it doesn’t build on certain environments. Solutions for Ubuntu or Debian exist and apparently work, but installing -dev package is not possible on Arch/Manjaro – headers are already included in base packages. pngquant-bin cannot be built, what means you cannot use apps that rely on imagemin-pngquant, since your app will not successfully download and build all other dependencies. But if you are able to build the package on another machine, there is a way to link it instead of copying entire node_modules directory.

Now your project should build as it resolves the package from existing and working directory instead of compiling it from scratch.