Giter Club home page Giter Club logo

Comments (5)

rvagg avatar rvagg commented on May 11, 2024

most likely a proxy problem, have a look at #9 and try the workaround suggested in there to preserve proxy env vars:

curl -sL https://deb.nodesource.com/setup | sudo -E bash -

from distributions.

ceefour avatar ceefour commented on May 11, 2024

We used the good old Ubuntu style installation:

sudo add-apt-repository 'deb https://deb.nodesource.com/node trusty main'
# Cannot work on ITB Proxy, so just ignore
#sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68576280
sudo aptitude update
sudo aptitude install nodejs

I'd suggest putting the conventional way of installing packages in the docs, it's more user-friendly for those already knowing their OS (better than NodeSource's script) and it's easier to put such steps into configuration management (e.g. Puppet and friends) than an opaque script.

from distributions.

ceefour avatar ceefour commented on May 11, 2024

@dachary who is meteornetworks.com ? That's probably your ISP or wifi router....

from distributions.

erresen avatar erresen commented on May 11, 2024

Confirmed solution for me behind corporate proxy is as @rvagg commented, from #9: Add -E to sudo to preserve env vars.
curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash -

from distributions.

retrohacker avatar retrohacker commented on May 11, 2024

Adding instructions to README.md for using the script from behind a proxy.

Will land in #308

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.