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
Faced similar issue when installing swagger-editor. Changed the following line in package.json from
"bower-install": "bower install"
to
"bower-install": "bower install --allow-root"