semantic-segmentation-editor icon indicating copy to clipboard operation
semantic-segmentation-editor copied to clipboard

installation from source, permission denied, meteor installation, improvement

Open OloOcki opened this issue 1 year ago • 0 comments

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

OloOcki avatar Dec 01 '22 16:12 OloOcki