Exotit
Exotit

Reputation: 61

Fundation new project stuck on bower dependencies

I want to install SASS version of ZURB Foundation.

My configuration:

Unfortunately I'm getting this error:

error msg

I have tried many things I could found on internet like:

Any suggestions?

Upvotes: 0

Views: 247

Answers (1)

Joe P
Joe P

Reputation: 61

you should try downgrading your version of node. I had the same problem so downgraded to 0.10.36 as per arkkab's instructions here

Stuck on installing dependencies with bower (foundation new)

I'm now using these

  • node: 0.10.36
  • npm: 2.5.1
  • bower: 1.3.12
  • ruby: ruby 2.1.5p273

and can install a new libsass or compass project

hope this helps,

J.

Upvotes: 2

Related Questions