You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hey, if you’re using Node v5, this is related to Harp, not Grunt Harp specifically. Feel free to check out the fix here sintaxi/harp#510 (comment), which will be included in the next version of Harp.
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?
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 onnode-sass
. However, all three of these modules install fine on their own. If you need further debugging information, let me know. Thanks!The text was updated successfully, but these errors were encountered: