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
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" } }
The text was updated successfully, but these errors were encountered:
Looks like the two Bower html5shiv packages available are called: html5shiv html5shiv-complete
http://bower.io/search/?q=html5shiv
Sorry, something went wrong.
thanks for the response the only command i see to install is..
which still throws error "bower ENOTFOUND Package html5shiv-dist not found"
am i missing something? thanks
pls disregard - my bower.son file had reference to old package html5shiv-dist instead of html5shiv - updating name fixed the issue
thanks
No branches or pull requests
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"
}
}
The text was updated successfully, but these errors were encountered: