Closed ylecuyer closed 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
?
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
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?
@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.
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