-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm error #58
Comments
We also started getting an error during NPM builds today. It looks some API call fails with a 503 status code.
|
It looks like raw.github.com is having issues. This URL throws a 503: https://raw.github.com/imagemin/pngquant-bin/v5.0.1/vendor/ |
This seems relevant: |
Same issue for my team. We require successful builds on all code changes, and this dependency of a dependency...etc. has all but brought our team to a complete halt. |
Here, another one blocked by this dependency |
changed "laravel-mix": "^1.0", to "laravel-mix": "^2.0", and resolved my issue |
I also am having issues installing on windows
|
You have to install manually. On linux: apt-get install libpng-dev -y --no-install-recommends source: #46 (comment) |
npm ERR! [email protected] postinstall:
node lib/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'node lib/install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the pngquant-bin package,
npm ERR! not with npm itself.
The text was updated successfully, but these errors were encountered: