Run bower from root user, it's possible? How?

前端 未结 7 1015
春和景丽
春和景丽 2020-12-07 16:29

I have a local development server where I test a lot of things, now I\'m playing with bower to manage the libraries\' dependencies in my Symfony2 project. After getting Node

相关标签:
7条回答
  • 2020-12-07 17:11

    This might be stupid but for me bower install --allow-root did not work but bower --allow-root install did, using grunt-bower-install version 1.6.0

    This was on a docker running with root user, perhaps will save someone some time :)

    0 讨论(0)
提交回复
热议问题