Skip to content
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

Bower error #6

Open
diefer91 opened this issue Sep 29, 2018 · 1 comment
Open

Bower error #6

diefer91 opened this issue Sep 29, 2018 · 1 comment

Comments

@diefer91
Copy link

Hi! I'm getting this error when running locally using the command start-dev.sh:

error:   Error: Request to https://bower.herokuapp.com/packages/web-animations-js failed with 502
    at createError (/Users/die/Desktop/chaturnuevo/node_modules/bower/lib/node_modules/bower-registry-client/lib/util/createError.js:2:15)
    at Request._callback (/Users/die/Desktop/chaturnuevo/node_modules/bower/lib/node_modules/bower-registry-client/lib/lookup.js:107:29)
    at Request.self.callback (/Users/die/Desktop/chaturnuevo/node_modules/bower/lib/node_modules/request/request.js:198:22)
    at Request.emit (events.js:182:13)
    at Request.request.emit (/Users/die/Desktop/chaturnuevo/node_modules/bower/lib/node_modules/request-replay/index.js:69:33)
    at Request.<anonymous> (/Users/die/Desktop/chaturnuevo/node_modules/bower/lib/node_modules/request/request.js:1035:10)
    at Request.emit (events.js:187:15)
    at Request.request.emit (/Users/die/Desktop/chaturnuevo/node_modules/bower/lib/node_modules/request-replay/index.js:69:33)
    at IncomingMessage.<anonymous> (/Users/die/Desktop/chaturnuevo/node_modules/bower/lib/node_modules/request/request.js:962:12)
    at IncomingMessage.emit (events.js:187:15)
error Command failed with exit code 1.
@Screemy
Copy link

Screemy commented Dec 14, 2018

you can solve it by create file ".bowerrc" in root app folder with content:

{
"registry": "https://registry.bower.io"
}

But still app for me not working (without video)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants