aFarkas / html5shiv

This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.
http://paulirish.com/2011/the-history-of-the-html5-shiv/
9.88k stars 2.56k forks source link

bower ENOTFOUND Package html5shiv-dist not found #192

Open vbabaria opened 9 years ago

vbabaria commented 9 years ago

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 commented 9 years ago

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

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

vbabaria commented 9 years ago

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 commented 9 years ago

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

thanks