FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.45k stars 640 forks source link

Developing part in README #269

Closed ylecuyer closed 10 years ago

ylecuyer commented 10 years ago

In order to have a working copy of ungit for development I had to do

npm install isbin npm install optipng-bin npm install grunt-contrib-imagemin

Before running grunt

FredrikNoren commented 10 years ago

Hm that sounds really weird, you should just have to do npm install followed by grunt. Did everything work when you did npm install?

ylecuyer commented 10 years ago

When I did npm install I got an error because of the missing isbin which seems to be a dependency of optipng-bin.

Then while I was executing grunt I got en error because of the missing grunt-contrib-imagemin

FredrikNoren commented 10 years ago

Ok, can you try running npm cache clean, then remove the node_modules folder in ungit, then run npm install again and see if it goes through, and if not post the error here?

FredrikNoren commented 10 years ago

@ylecuyer I haven't seen this problem on either Mac, Windows or Linux, so I'm guessing it was some temporary fluke. Closing for now, let me know if it is still an issue for you though.