sheerun / bower-away

A tool for migrating away from Bower (to Yarn)
307 stars 21 forks source link

'bower-away' is not recognized as an internal or external command #23

Closed naguibihab closed 6 years ago

naguibihab commented 6 years ago

I followed the usage instructions and installed bower-away using yarn then when i type bower-away i get this error. Should I modify something in my environment variables?

I'm using windows.

sheerun commented 6 years ago

Please try installing globally with npm

On Fri, 15 Dec 2017 at 03:38, Naguib Ihab notifications@github.com wrote:

I followed the usage instructions and installed bower-away using yarn then when i type bower-away i get this error. Should I modify something in my environment variables?

I'm using windows.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sheerun/bower-away/issues/23, or mute the thread https://github.com/notifications/unsubscribe-auth/AAR2DZTpjFYNX0UgZ0KLS4k6qUJo8PlEks5tAduagaJpZM4RC8MZ .

naguibihab commented 6 years ago

Yeah that worked, thanks.