Convert your project from Bower to Yarn. Read about how it works at Bower blog.
yarn global add bower-away # or "npm install -g bower-away"
bower-away # listen and repeat!
If your Bower project depended on single resource as follows:
"dependencies": {
"analytics": "https://www.google-analytics.com/analytics.js"
}
It is recommended that you download this file directly into your project, so it doesn't change across time.
MIT