Closed saadixl closed 7 years ago
Have you tried clearing out your bower_components
folder and retrying?
Yeah I removed the bower_components
and tried again. But didn't work. Screenshot attached:
The latest release of bower is 1.8.2. Check with bower --version
and make sure you have the latest version. Update with npm i -g bower
In the meantime, you can download the release manually from https://github.com/PolymerElements/app-route/releases and get on with life.
@saadixl I think you should install this element via bower install --save PolymerElements/app-route
command instead and remove the line "app-route": "^[version]"
in your bower.json
file.
bower install --save PolymerElements/app-route
worked. Thanks for helping 🙂
Description
I tried to install
app-route
usingbower install app-route --save
onPolymer 1.9.1
. After installation I found out that, app-location.html, app-router-converter-behavior.html, app-route-converter.html etc files are missing under/bower_components/app-route
.Expected outcome
Expected all the missing files inside the directory
Actual outcome
app-location.html, app-router-converter-behavior.html, app-route-converter.html etc files were missing
Steps to reproduce
bower install app-route --save
bower_components