bash: /usr/local/bin/node: No such file or directory
Getting this?
bash: /usr/local/bin/node: No such file or directory
Fix with:
[root@xoa-org01 bin]# node -v
-bash: /usr/local/bin/node: No such file or directory
[root@xoa-org01 bin]# . ~/.bash_profile
[root@xoa-org01 bin]# node
> .exit
[root@xoa-org01 bin]# node -v
v8.16.2
[root@xoa-org01 bin]#
Thx,
TK