Instalação correta do NodeJs e ReactJs
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
Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - sudo apt-get install -y nodejs
Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - apt-get install -y nodejs
Last updated
Was this helpful?