-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 14.04 Trusty not supported #53
Comments
most likely a proxy problem, have a look at #9 and try the workaround suggested in there to preserve proxy env vars:
|
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. |
@dachary who is meteornetworks.com ? That's probably your ISP or wifi router.... |
Adding instructions to Will land in #308 |
With Linux Mint 17.1, shows "Your distribution, identified as "trusty", is not currently supported"
Tag @ceefour
The text was updated successfully, but these errors were encountered: