You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: