bower-away icon indicating copy to clipboard operation
bower-away copied to clipboard

A tool for migrating away from Bower (to Yarn)

Results 19 bower-away issues
Sort by recently updated
recently updated
newest added

Running `bower-away` will result this error : ``` Error: ENOENT: no such file or directory, open 'C:\Dev\Workspace\ABC\webapps\rhweb\src\main\webapp\bower_components\bower_components.7z\.bower.json' at Object.fs.openSync (fs.js:648:18) at Object.fs.readFileSync (fs.js:553:33) at _callee$ (C:\Users\aimad.majdou\AppData\Local\Yarn\config\global\node_modules\bower-away\cli.js:99:40) at tryCatch (C:\Users\aimad.majdou\AppData\Local\Yarn\config\global\node_modules\regenerator-runtime\runtime.js:65:40) at...

I used bower-away to migrate [angular-seed](https://github.com/angular/angular-seed) from `bower` to `yarn`. The project was successfully converted to Yarn. I found all bower components in `node_modules/@bower_components`. After running the http-server with: `yarn...

When I run `bower-away`, I get the following error: ``` Error: ENOENT: no such file or directory, open '/opt/xxx/web/bower/angular-tablesort/.bower.json' at Object.openSync (fs.js:448:3) at Object.readFileSync (fs.js:348:35) at _callee$ (/opt/xxx/node_modules/bower-away/cli.js:99:40) at tryCatch...

I followed the usage instructions and installed bower-away using yarn and then using then `npm install -g bower-away`, but when I type bower-away I get this error. Should I modify...

Hello, I spotted an issue with the symlink path. If someone uses vagrant or docker or similar dev env the absolute path won't work in 100% cases. For example I'm...

I use Webpack but I don't process URLs. I load Bower assets from a publicly accessible folder. While things concatenated and minified from NPM are loaded through a non-publicly accessible...

[website-link](http://gillsonsglobal.com/) Sticky-top Position Only work till slider than Disapears.

I tried to run bower-away on a bower package and got some @namepaced dependencies that cannot resolve the correct #tag, in the peerDependencies of package.json (when running `npm install`). ```...

If raven-js was installed with bower then the resulting entry in packages.json dependencies ends up as: `"@bower_components/raven-js": "getsentry/raven-js#3.26.1",` Or whichever version of raven-js of course. However, raven-js has it's own...

yarn -v 1.3.2 bower-away --version 1.1.2 I ran `bower-away` in my project with bower.json file and this is the error I get: ``` TypeError: Cannot read property 'slice' of undefined...