curist / grunt-bower

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

Error: shasum check failed #16

Closed soswow closed 10 years ago

soswow commented 10 years ago
$ npm install grunt-bower --save-dev
npm http GET https://registry.npmjs.org/grunt-bower/-/grunt-bower-0.8.0.tgz
npm http 200 https://registry.npmjs.org/grunt-bower/-/grunt-bower-0.8.0.tgz
npm ERR! Error: shasum check failed for /var/folders/5r/y__fb9c54958r6t2h9xx22w40000gn/T/npm-2863-CRfPwf3J/1391955437206-0.3668630688916892/tmp.tgz

"grunt-bower": "curist/grunt-bower", is temp. solution )

curist commented 10 years ago

Would you please try it again? I probably should never force publish npm package, sorry for that.

soswow commented 10 years ago

IT works now, thx.

I can't understand why it's not working ...

bower:
      install:
        dest: '<%= paths.bower %>'

I have bower.json in the root. When I run grunt bower Nothing happens =\

soswow commented 10 years ago

oh ... =( "Copy bower installed components to dist folder." - didn't read that =)) It doesn't install bower components =)

curist commented 10 years ago

grunt-bower won't install bower components for you, it just copy bower installed components to another destination for easier production build.

If you are looking for something will do bower install for you, try grunt-bower-task