FG
💻 Software

installing node.js after apt-get install node

Fresh5 days ago
Mar 15, 202614890 views
Confidence Score0%
0%

Problem

Im trying to install and I made the mistake of installing . Which is not . I'm able to find the right on git hub, build and make everything. Everything seems to be installed. But I get this error when executing Any ideas on how to make work? Also, on ubuntu 10.04 if it helps

Error Output

~/node$ node -v
-bash: /usr/sbin/node: No such file or directory

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: installing node.js after apt-get install node

Low Risk

it looks like you removed(uninstalled) node from /usr/sbin, just make sure that /usr/local/bin in in your path and run bash: zsh: And your shell should pick up the new location, and run it for you.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment