Node went crazy
$ node
Illegal instruction
2020-02-13-raspbian-buster-lite
"Install Node.js in Linux environment" https://qiita.com/nanbuwks/items/ed8adb2d4324c939a349 As shown, install as follows
Find out where to install node
$ which node
/usr/local/bin/node
File deletion
$ sudo rm -rf /usr/local/bin/node
sudo rm -rf ~/.npm
Could it be deleted?
$ npm
/usr/bin/env: ‘node’: No such file or directory
After that, re-execute the previous document "Installing Node.js in a Linux environment" and re-install it.