mozilla / aestimia

[Archived] Assessment tool
4 stars 10 forks source link

Requirements are not up to date #57

Open freddyb opened 11 years ago

freddyb commented 11 years ago

I didn't have nodejs-connect installed and it's not in package.json. I had to install the following packages manually to get aestimia running. connect, buffer-crc32, methods, debug, fresh

This might be a local issue, I'm not an npm expert :)

toolness commented 11 years ago

Hmmm, that's interesting... what version of node are you using? I don't seem to have nodejs-connect installed, or any of the other dependencies you mention, and I can run aestimia ok. I wonder what the difference between our configs is...

freddyb commented 11 years ago

I had the node version that comes with ubuntu 13.04 running (pre-0.8 I think). After all the dependencies were matched it failed because it disliked my node and npm version. I then started over using nvm which helped me making it work.