CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

Bower cannot be run with sudo #1

Closed BrunoBernardino closed 10 years ago

BrunoBernardino commented 10 years ago

If I run $ clever init my-app from my server (I'm root), I get the infamous bower error that would require me to run $ bower --allow-root

It would be nice to have this option on the CLI, so that I could just run $ clever --allow-root init my-app or something like it to pass on that argument to bower and not get that annoying "error".

skkohli commented 10 years ago

The issue is still coming..