Git Product home page Git Product logo

Comments (3)

rvagg avatar rvagg commented on July 24, 2024

To repeat and adjust the same words I ued in #13 for Utopic:

We won't be officially supporting Vivid until it's released by Canonical, towards the end of April. In the meantime, the Utopic binaries should work fine, simply run this as root to try it out with Node.js v0.10:

apt-get update && apt-get install curl apt-transport-https -y
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
echo 'deb https://deb.nodesource.com/node_0.10 utopic main' > /etc/apt/sources.list.d/nodesource.list
echo 'deb-src https://deb.nodesource.com/node_0.10 utopic main' >> /etc/apt/sources.list.d/nodesource.list
apt-get update && apt-get install nodejs -y
node -v && npm -v

For Node.js v0.12, the /etc/apt/sources.list.d/nodesource.list entries in the above commands should be:

deb https://deb.nodesource.com/node_0.12 utopic main
deb-src https://deb.nodesource.com/node_0.12 utopic main

For io.js v1.x, the /etc/apt/sources.list.d/nodesource.list entries in the above commands should be:

deb https://deb.nodesource.com/iojs_1.x utopic main
deb-src https://deb.nodesource.com/iojs_1.x utopic main

and you will also want to install iojs otherwise you'll get the default Ubuntu binaries:

apt-get update && apt-get install iojs -y

Additionally, if you want to support building native add-ons:

apt-get install build-essential python -y

Optionally, to confirm a full, working installation:

curl -sL https://deb.nodesource.com/test | bash -

from distributions.

 avatar commented on July 24, 2024

@rvagg works perfect for me on Ubuntu 15.04. Thanks

from distributions.

rvagg avatar rvagg commented on July 24, 2024

should be working via the standard means now since it's officially been released

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.