Meteor installation is giving error 403 Forbidden

I wanted to upgrade my meteor to 1.4.1 and meteor update was taking a lot of time more than 15 minutes and nothing was happening. When I ran curl https://install.meteor.com/ | sh it is giving 403 Forbidden error - anyone else facing the same issue. Bummer it removed my earlier version of meteor before downloading now I can’t work on my project :frowning: Any pointers to resolve this would be really helpful

Saurabhs-MacBook-Pro:artgrub sshrivas$ curl https://install.meteor.com/ | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7592 0 7592 0 0 3929 0 --:–:-- 0:00:01 --:–:-- 3929
Removing your existing Meteor installation.
Downloading Meteor distribution

curl: (22) The requested URL returned error: 403 Forbidden
Retrying download in 5 seconds…

curl: (22) The requested URL returned error: 403 Forbidden
Retrying download in 5 seconds…

1 Like

See: https://github.com/meteor/meteor/issues/7697

Somehow the install script tries to install the (nonexisting?) version 1.4.1.1.
You can manually edit the install script and change 1.4.1.1 to 1.4.1

1 Like

Thanks changing the install script to 1.4.1 helped in downloading the meteor.

Thanks @seba that worked for me too.

Thanks @seba.
Just I installed too