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 ENOTFOUND Package html5shiv-dist not found #192

Open
vbabaria opened this issue Jul 26, 2015 · 3 comments
Open

bower ENOTFOUND Package html5shiv-dist not found #192

vbabaria opened this issue Jul 26, 2015 · 3 comments

Comments

@vbabaria
Copy link

I get following error while trying to install html5shiv on OS X - could someone pls point me to right direction- thanks

bower install html5shiv --save-dev

"bower ENOTFOUND Package html5shiv-dist not found"

bower.json
{
"name": "brandid-parse-angular",
"version": "0.1.0",
"directory": "components/",
"dependencies": {
"html5shiv-dist": "~3.6.1",
"modernizr": "~2.6.2",
"sass-bootstrap": "2.3.2",
"lodash": "~2.4.1",
"parse-angular-patch": "*",
"angular-ui-router": "~0.2.10"
}
}

@jillsaintcyr
Copy link

Looks like the two Bower html5shiv packages available are called:
html5shiv
html5shiv-complete

http://bower.io/search/?q=html5shiv

@vbabaria
Copy link
Author

thanks for the response
the only command i see to install is..

bower install html5shiv --save-dev

which still throws error "bower ENOTFOUND Package html5shiv-dist not found"

am i missing something? thanks

@vbabaria
Copy link
Author

vbabaria commented Aug 2, 2015

pls disregard - my bower.son file had reference to old package html5shiv-dist instead of html5shiv - updating name fixed the issue

thanks

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