ENOENT: no such file or directory, lstat '/usr/local/bin/node'
Author: EnelarCreated Feb 19, 2018Updated Oct 19, 2020
Isn't usable in manjaro 4.14.18 (and probably in arch)
/usr/local/bin is empty, node located in /usr/bin
sudo ln -s /usr/bin/node /usr/local/bin/node fixes this issue, but you probably should check $PATH, instead of making your assumptions about location
Source: node-inspector/node-inspector