codeforamerica / bestnest-app

http://dev.bestnestapp.com
6 stars 2 forks source link

Make node version requirement more obvious (or fix?). #115

Closed seabre closed 10 years ago

seabre commented 10 years ago

Default install of node on Ubuntu 14.04 is v0.10.28. npm install complains that this doesn't fit the node version requirements for the package and doesn't install.

Maybe make it more obvious in the README that this is a definite requirement?

junosuarez commented 10 years ago

npm install complains that this doesn't fit the node version requirements for the package and doesn't install.

can you post the output that npm is complaining about? it should work perfectly fine on node 0.10.x

seabre commented 10 years ago

Tried switching back to v0.10.28 and removing node_modules and ~/.npm and it works. Tried uninstalling nvm, removing the installed modules, and trying installing again. Works.

Also tried installing on a fresh install of Ubuntu 14.04 on DigitalOcean. Worked there too. I'm confused why it didn't work for me initially. I guess this can be closed.

seabre commented 10 years ago

Yeah. I'll close for now. I can't duplicate it. If I come across it again I'll make another issue.

junosuarez commented 10 years ago

Thanks for testing and using! Please let me know if you encounter any more issues.