We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error you get is as described here: https://stackoverflow.com/questions/51020317/einvres-request-to-https-bower-herokuapp-com-packages-failed-with-502
The preferred solution is to upgrade bower globally, which fails because the locally installed version is used instead.
I think this app needs to either remove the "bower" dependency in package.json, or update the version from 1.7.9 to 1.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error you get is as described here:
https://stackoverflow.com/questions/51020317/einvres-request-to-https-bower-herokuapp-com-packages-failed-with-502
The preferred solution is to upgrade bower globally, which fails because the locally installed version is used instead.
I think this app needs to either remove the "bower" dependency in package.json, or update the version from 1.7.9 to 1.8
The text was updated successfully, but these errors were encountered: