avanzu / AdminThemeBundle

Admin Theme based on the AdminLTE Template for easy integration into symfony
MIT License
281 stars 149 forks source link

[Executing] /usr/local/bin/bower install #242

Closed ashfaq17 closed 4 years ago

ashfaq17 commented 6 years ago

I am using windows and getting this error when I try to run command. I have node and bower installed

If this is a BUG REPORT: $ php bin/console avanzu:admin:fetch-vendor [Executing] /usr/local/bin/bower install [Error] The system cannot find the path specified.

If this is a FEATURE REQUEST:

Debug info

Component Version
Symfony version Your current symfony version
AdminThemeBundle 1.3.5/dev-master/specific-commit/tag
Operating System Windows or GNU/Linux or other
englenshan commented 5 years ago

add configure in config.yml avanzu_admin_theme: bower_bin: 'your bower bin path'

shakaran commented 4 years ago

As described by @englenshan you need define the bower_bin path in config if you are using other than default path. Closing as solved