installation from source, permission denied, meteor installation, improvement
OloOcki opened this issue · 0 comments
OloOcki commented
Hi there,
I found an issue with the suggested installation command for Ubuntu: curl https://install.meteor.com/ | sh
The command prompts an error due to the invalid permission rights, even with sudo:
Warning: Failed to open the file /home/olaf/.meteor-tarball-tmp: Permission
Warning: denied
I would suggest changing the suggested command to: npm install -g meteor
, which works just fine and is the officially suggested command at the meteor page (see https://www.meteor.com/developers/install)
Cheers,
Olaf