Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

erro instalação meteor

Ao instalar

root@pc-270E5J-2570EJ:/home/pc# curl https://install.meteor.com/ | sh

Aparce o seguinte erro:

You are attempting to run Meteor as the 'root' superuser. If you are developing, this is almost certainly not what you want to do and will likely result in incorrect file permissions. However, if you are running this command in a build process (CI, etc.), or you are absolutely sure you know what you are doing, set the METEOR_ALLOW_SUPERUSER environment variable or pass --allow-superuser to proceed.

como autorizar ?

1 resposta
solução!

Oi Nicolle,

Você quer realmente instalar como root? Se não quiser, tenta trocar de usuário e rodar o mesmo comando. Para trocar de usuário pelo terminal você pode fazer:

su nome_do_usuario_para_trocar

Se você realmente quiser rodar como root, tenta fazer isso que aparece na mensagem:

curl https://install.meteor.com/ | sh --allow-superuser

Abraço!

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software