curist / grunt-bower

grunt task to copy bower installed packages to other folder(s)
MIT License
93 stars 27 forks source link

Error installing #1

Closed aoberoi closed 12 years ago

aoberoi commented 12 years ago

The Readme says to install using npm install grunt-bower and when I do I get this not so happy result:

npm ERR! Error: ENOENT, chmod '<MYAPP>/node_modules/grunt-bower/bin/grunt-bower'

Am I supposed to be installing this globally? If so, the Readme doesn't agree.

curist commented 12 years ago

overlooked the package.json config.. thanks for the report, it shall be fixed now.