When I use curl to install meteor,
Downloading Meteor distribution
curl: (77) error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
The solution is :
create .curlrc and type in
capath=/etc/ssl/certs/
cacert=/etc/ssl/certs/ca-certificates.crt```