mojotech / jeet

The most advanced, yet intuitive, grid system available for Sass or Stylus

Home Page:http://jeet.gs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm install fails

pixeldesu opened this issue · comments

Looks like npm install is failing on newer npm versions, at least it is for me. Especially the build task for node-sass is breaking, making it impossible for me to install.

I try updating the dependencies and run it again. If that works, I'll commit the changes to the repository.

Updated the dependencies (e5611e7), installing works for me now. Can someone else test this and confirm it?

nodejs 5.9.0 and the npm version that comes with that version.

Installing failed because the version of node-sass used deprecated methods, so node-gyp couldn't compile it properly.

Considering that the dependencies are only used for testing, updating wasn't a bad idea anyway.

Maybe this change should already get a version increment to 6.1.3, what do you think?