Updating to latest version
paulmason opened this issue · 2 comments
Hey Patrick,
Thanks for the recent updates. I was trying to install them with npm install grunt-compile-handlebars --save-dev
although it wasn't getting the very latest version. Then when I try npm install https://github.com/patrickkettner/grunt-compile-handlebars
I get errors:
npm http GET https://github.com/patrickkettner/grunt-compile-handlebars npm http 200 https://github.com/patrickkettner/grunt-compile-handlebars npm ERR! not a package /var/folders/gd/flwpv1_n75s_xm3jwsr779k00000gn/T/npm-35968-ON4kS9y8/1411580188946-0.14976818254217505/tmp.tgz npm ERR! Error: ENOENT, open '/var/folders/gd/flwpv1_n75s_xm3jwsr779k00000gn/T/npm-35968-ON4kS9y8/1411580188946-0.14976818254217505/package/package.json' npm ERR! If you need help, you may report this *entire* log, npm ERR! including the npm and node versions, at: npm ERR! <http://github.com/npm/npm/issues>
Any ideas? Thanks!
Hey @paulmason!
Sorry for yet another problem :[
I want to get one more fix in before I release an update, because I intend to go to 1.0 once its done. If you want to use the master branch, you need to use the git+ prefix for npm
npm install git+https://github.com/patrickkettner/grunt-compile-handlebars.git
Hoping to get it published in the next two days, just need to wrap up the one outstanding issue
Thanks! That worked