bash: node: command not found #3435
|
Synology docker code-server hosted, node v12 install on synology but terminal in code-server throw error 'bash: node: command not found' when executing command node -v |
Answered by
nooobcoder
May 22, 2021
Replies: 2 comments 5 replies
|
Hmm... Hard to tell without more details but could it be that node is installed but not available in |
0 replies
|
Are you on Linux (Deb or Arch) or Windows? Please specify. Also, logout the current user and log back in to reflect the changes. |
5 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you on Linux (Deb or Arch) or Windows? Please specify.
If you are on linux, add the following entry in
.bashrcor.profilePATH=/usr/bin/node:$PATHAlso, logout the current user and log back in to reflect the changes.