Instalar corretamente nodejs reactjs versão mais nova LTS.
link https://github.com/nodesource/distributions/blob/master/README.md
Versão 16.x Ubuntu 20.04 e Debian
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - sudo apt-get install -y nodejs
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - apt-get install -y nodejs
Last updated 3 years ago