cozy / cozy-debian

Cozy Debian package
13 stars 4 forks source link

Check NodeJS version #3

Closed nledez closed 8 years ago

nledez commented 9 years ago

If an nodejs already install check version before continue.

nledez commented 9 years ago

Version >= 0.10.34

nicofrand commented 9 years ago

It did not work with 0.12+ (see https://forum.cozy.io/t/solved-debian-installation-depuis-depot/998/10). The current default version on Debian Jessie is 0.10.29.

nledez commented 9 years ago

Closed with be881ffa0530df1849d184d3f2117c997e207dcb. Could you check it @nicofrand (when package is released)?

And if it's works for you, closed the issue.

nicofrand commented 9 years ago

I will install a debian VM and try this out.

How I plan to do it: install nodejs 0.12 from nodesource.com:

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_0.12 | bash -
apt-get install -y nodejs

And then install cozy.

aenario commented 9 years ago

Cozy will not work with node v0.12.xx. You need to install the highest v0.10.xx

frankrousseau commented 9 years ago

@aenario I think @nicofrand wants to check if the package detects well that the node version is wrong.

nicofrand commented 9 years ago

Yup that's right (I talked about it with @aenario on IRC ;)).

Le lun. 17 août 2015 19:21, Frank Rousseau notifications@github.com a écrit :

@aenario https://github.com/aenario I think @nicofrand https://github.com/nicofrand wants to check if the package detects well that the node version is wrong.

— Reply to this email directly or view it on GitHub https://github.com/cozy/cozy-debian/issues/3#issuecomment-131894851.

aenario commented 9 years ago

Yep, sorry again for speaking before thinking :)