Git Product home page Git Product logo

Comments (13)

bpmarinho avatar bpmarinho commented on July 24, 2024

Hi.

It seems for utopic it was built the unstable version and I have the same problem.
To solve it, I manually downloaded the previous version and installed from https://deb.nodesource.com/node/pool/main/n/nodejs/

from distributions.

ronjouch avatar ronjouch commented on July 24, 2024

Okay, thanks!

from distributions.

guidouil avatar guidouil commented on July 24, 2024

Just for the record

wget https://deb.nodesource.com/node/pool/main/n/nodejs/nodejs_0.10.35-1nodesource1~utopic1_amd64.deb
sudo dpkg -i nodejs_0.10.35-1nodesource1~utopic1_amd64.deb

from distributions.

yoyurec avatar yoyurec commented on July 24, 2024

+1
will it be fixed or every Unicorn user should downgrade everytime? ((

from distributions.

joemaller avatar joemaller commented on July 24, 2024

This broke our deploys. It's especially frustrating since version-stability was kind of the whole reason for installing with NodeSource.

The unstable nodejs version will fail for anyone trying to install node-sass (250k+ downloads last month) and likely other modules with bundled binaries.

sass/node-sass#563
sass/node-sass#627

from distributions.

chrislea avatar chrislea commented on July 24, 2024

So no, that should not be happening. The 0.10.x builds and the 0.11.x builds are in different repositories. Can somebody show me the output of:

apt-cache policy nodejs

from an affected machine?

from distributions.

bpmarinho avatar bpmarinho commented on July 24, 2024

I don't have it here but if you browse the repo files you will see that for Ubuntu 14.10 unicorn, it was built only the unstable version. Because it's the highest it's the one we get upgraded to.

from distributions.

bpmarinho avatar bpmarinho commented on July 24, 2024

Sorry, utopic, not unicorn and see check the directory, https://deb.nodesource.com/node/pool/main/n/nodejs/

from distributions.

joemaller avatar joemaller commented on July 24, 2024

@chrislea This is what I got from a freshly deployed Ubuntu 14.10 x64 VPS just now after running the NodeSource install script:

nodejs:
  Installed: 0.11.15-1nodesource1~utopic1
  Candidate: 0.11.15-1nodesource1~utopic1
  Version table:
 *** 0.11.15-1nodesource1~utopic1 0
        500 https://deb.nodesource.com/node/ utopic/main amd64 Packages
        100 /var/lib/dpkg/status
     0.10.25~dfsg2-2ubuntu1 0
        500 http://mirrors.digitalocean.com/ubuntu/ utopic/universe amd64 Packages

from distributions.

chrislea avatar chrislea commented on July 24, 2024

Thanks @joemaller.

So first thing's first, which is my apologies that this happened to being with. It was our (my) error, not anything anyone on this thread did wrong. I'm still not exactly sure how this got messed up as it's a fairly automated process, but I'll review things and see if I can clean things up better.

So second thing, thanks to everybody for reporting this so I could get it fixed.

The 0.11.x build for utopic has been removed from the repo and 0.10.36 has been installed properly. You should be able to trust that the NodeSource repos are going to work as expected. Unfortunately, if you got hit by this, you will have to get rid of the 0.11.x build first before you can get back to "situation normal". I believe the following commands, as root, should do the trick for you:

apt-get remove --purge nodejs
apt-get update
apt-get -y install nodejs

If there are still issues please report them here. I will leave this open until I get some verification that things are okay again.

from distributions.

yoyurec avatar yoyurec commented on July 24, 2024

👍

from distributions.

joemaller avatar joemaller commented on July 24, 2024

@chrislea Looks like we're all good again, thank you!

Here's the apt-cache policy nodejs output I got from another clean Ubuntu 14.10 VPS:

nodejs:
  Installed: 0.10.36-1nodesource1~utopic1
  Candidate: 0.10.36-1nodesource1~utopic1
  Version table:
 *** 0.10.36-1nodesource1~utopic1 0
        500 https://deb.nodesource.com/node/ utopic/main i386 Packages
        100 /var/lib/dpkg/status
     0.10.25~dfsg2-2ubuntu1 0
        500 http://mirrors.digitalocean.com/ubuntu/ utopic/universe i386 Packages

from distributions.

chrislea avatar chrislea commented on July 24, 2024

Thanks for the report. Closing this down.

from distributions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.