Using the 'new' build system, I want to create a bower install step. I tried command prompt using:
tool: node_modules/.bin/bower.cmd
arguments: install
but that return this error :
node_modules/.bin/bower.cmd install
Error message highlight pattern:
Warning message highlight pattern:
##[error]File not found: node_modules/.bin/bower.cmd
I have bower on my npm dependencies and npminstall step before my bower-install command.
Did you run the npm install bower
before trying to run the command to install the packages from bower?