After installation NodeJS, my system can't run node command
up vote
0
down vote
favorite
help me please install NodeJs
on my Ubuntu. I do
Using Ubuntu
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
and after installation, I do:
node -v
and get message like
"Programm node isn't installed yet, you can install it by doing `sudo apt install nodejs-legacy`"
I already installed and removed nodejs-legacy
, but still, when I try to run nodejs -v
, I get 4.2.6
And sorry for not perfect English, please help me.
apt system-installation nodejs mint
add a comment |
up vote
0
down vote
favorite
help me please install NodeJs
on my Ubuntu. I do
Using Ubuntu
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
and after installation, I do:
node -v
and get message like
"Programm node isn't installed yet, you can install it by doing `sudo apt install nodejs-legacy`"
I already installed and removed nodejs-legacy
, but still, when I try to run nodejs -v
, I get 4.2.6
And sorry for not perfect English, please help me.
apt system-installation nodejs mint
The installation probably didn't finish due to an error. Have a look at the output in the terminal and see if you can find some clues.
– Sergey
Nov 20 at 20:16
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
help me please install NodeJs
on my Ubuntu. I do
Using Ubuntu
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
and after installation, I do:
node -v
and get message like
"Programm node isn't installed yet, you can install it by doing `sudo apt install nodejs-legacy`"
I already installed and removed nodejs-legacy
, but still, when I try to run nodejs -v
, I get 4.2.6
And sorry for not perfect English, please help me.
apt system-installation nodejs mint
help me please install NodeJs
on my Ubuntu. I do
Using Ubuntu
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
and after installation, I do:
node -v
and get message like
"Programm node isn't installed yet, you can install it by doing `sudo apt install nodejs-legacy`"
I already installed and removed nodejs-legacy
, but still, when I try to run nodejs -v
, I get 4.2.6
And sorry for not perfect English, please help me.
apt system-installation nodejs mint
apt system-installation nodejs mint
edited Nov 21 at 0:27
abu_bua
3,06081023
3,06081023
asked Nov 20 at 20:00
dpischalkda
32
32
The installation probably didn't finish due to an error. Have a look at the output in the terminal and see if you can find some clues.
– Sergey
Nov 20 at 20:16
add a comment |
The installation probably didn't finish due to an error. Have a look at the output in the terminal and see if you can find some clues.
– Sergey
Nov 20 at 20:16
The installation probably didn't finish due to an error. Have a look at the output in the terminal and see if you can find some clues.
– Sergey
Nov 20 at 20:16
The installation probably didn't finish due to an error. Have a look at the output in the terminal and see if you can find some clues.
– Sergey
Nov 20 at 20:16
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
The installation for Ubuntu and derivatives is very simple. Before installing be sure to uninstall the old nodeJS
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Check if in some of the commands you do not get an error.
To remove the nodeJS please see the following post : How to remove nodejs from Ubuntu 16.04?
Thank you, I used recommendations from post which you pointed. I read logs of curl command and find next thing. Not found - download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_18.3/… 404 Not Found [IP: 195.135.221.134 80] probably it's important for succesfully install nodejs
– dpischalkda
Nov 20 at 20:42
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
The installation for Ubuntu and derivatives is very simple. Before installing be sure to uninstall the old nodeJS
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Check if in some of the commands you do not get an error.
To remove the nodeJS please see the following post : How to remove nodejs from Ubuntu 16.04?
Thank you, I used recommendations from post which you pointed. I read logs of curl command and find next thing. Not found - download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_18.3/… 404 Not Found [IP: 195.135.221.134 80] probably it's important for succesfully install nodejs
– dpischalkda
Nov 20 at 20:42
add a comment |
up vote
0
down vote
accepted
The installation for Ubuntu and derivatives is very simple. Before installing be sure to uninstall the old nodeJS
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Check if in some of the commands you do not get an error.
To remove the nodeJS please see the following post : How to remove nodejs from Ubuntu 16.04?
Thank you, I used recommendations from post which you pointed. I read logs of curl command and find next thing. Not found - download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_18.3/… 404 Not Found [IP: 195.135.221.134 80] probably it's important for succesfully install nodejs
– dpischalkda
Nov 20 at 20:42
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
The installation for Ubuntu and derivatives is very simple. Before installing be sure to uninstall the old nodeJS
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Check if in some of the commands you do not get an error.
To remove the nodeJS please see the following post : How to remove nodejs from Ubuntu 16.04?
The installation for Ubuntu and derivatives is very simple. Before installing be sure to uninstall the old nodeJS
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Check if in some of the commands you do not get an error.
To remove the nodeJS please see the following post : How to remove nodejs from Ubuntu 16.04?
answered Nov 20 at 20:32
Carlos Dagorret
32815
32815
Thank you, I used recommendations from post which you pointed. I read logs of curl command and find next thing. Not found - download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_18.3/… 404 Not Found [IP: 195.135.221.134 80] probably it's important for succesfully install nodejs
– dpischalkda
Nov 20 at 20:42
add a comment |
Thank you, I used recommendations from post which you pointed. I read logs of curl command and find next thing. Not found - download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_18.3/… 404 Not Found [IP: 195.135.221.134 80] probably it's important for succesfully install nodejs
– dpischalkda
Nov 20 at 20:42
Thank you, I used recommendations from post which you pointed. I read logs of curl command and find next thing. Not found - download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_18.3/… 404 Not Found [IP: 195.135.221.134 80] probably it's important for succesfully install nodejs
– dpischalkda
Nov 20 at 20:42
Thank you, I used recommendations from post which you pointed. I read logs of curl command and find next thing. Not found - download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_18.3/… 404 Not Found [IP: 195.135.221.134 80] probably it's important for succesfully install nodejs
– dpischalkda
Nov 20 at 20:42
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094624%2fafter-installation-nodejs-my-system-cant-run-node-command%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The installation probably didn't finish due to an error. Have a look at the output in the terminal and see if you can find some clues.
– Sergey
Nov 20 at 20:16