shovon / grunt-harp

A grunt task for the Harp server.
MIT License
18 stars 17 forks source link

unable to install grunt-harp #16

Open mckennapsean opened 8 years ago

mckennapsean commented 8 years ago

Running npm install grunt-harp always seems to fail for me now, both windows & mac. Even on a machine that already installed it before.

The module chain: harp/terraform/node-sass. Errors crop up on node-sass. However, all three of these modules install fine on their own. If you need further debugging information, let me know. Thanks!

kennethormandy commented 8 years ago

Hey, if you’re using Node v5, this is related to Harp, not Grunt Harp specifically. Feel free to check out the fix here https://github.com/sintaxi/harp/issues/510#issuecomment-154570463, which will be included in the next version of Harp.

mckennapsean commented 8 years ago

Thanks for the pointer!

Both windows machines have Node v4.2 and the latest Harp installs fine on them. Just not grunt-harp. This issue could still be related, since they are fixing very similar packages for v5 support?