Jump to content
Search Community

Business npm.greensock.com registry is down

Yushan Fernando
Moderator Tag

Go to solution Solved by Rodrigo,

Recommended Posts

Yushan Fernando
Posted

Hey Team,

The server is down. Could you please look into this quickly?

reason: connect ECONNREFUSED 104.131.8.206:443


Thank you!

Posted

Yup, unable to install or update 😭

Posted

*Remove this reply please

Posted
5 minutes ago, im PARK said:
We are currently experiencing challenges with the installation of the GreenSock Business package, which is causing issues in our application's build process
```
npm ERR! code ECONNREFUSED
 
npm ERR! syscall connect
 
npm ERR! errno ECONNREFUSED
 

npm ERR! FetchError: request to https://npm.greensock.com/@gsap%2fbusiness/-/business-3.12.5.tgz failed, reason: connect ECONNREFUSED
```

I was stupid for a moment haha! I said it works when I install, but I was rendering with a package-lock.json, so I was wrong ^^

Posted

Hey everyone!

 

Sorry about the inconveniences and troubles 🙏

 

we're currently looking into this with the people from privjs and trying to solve this ASAP.

 

We'll keep you posted as we progress through this.

 

In the mean time you can resort to install directly from the .tgz file that you can download from your account dashboard, as explained here:

https://gsap.com/docs/v3/Installation?tab=npm&module=esm&method=zip&tier=free&club=true&require=false&trial=true

Real Samuel Lembke
Posted
2 minutes ago, Rodrigo said:

Hey everyone!

 

Sorry about the inconveniences and troubles 🙏

 

we're currently looking into this with the people from privjs and trying to solve this ASAP.

 

We'll keep you posted as we progress through this.

 

In the mean time you can resort to install directly from the .tgz file that you can download from your account dashboard, as explained here:

https://gsap.com/docs/v3/Installation?tab=npm&module=esm&method=zip&tier=free&club=true&require=false&trial=true

This sadly doesnt work in production cloud environments like vercel

Posted

@Real Samuel Lembke,

 

That should work if you can host that file in a private repo and delete your package-lock.json file in order to prevent NPM for looking the other packages and information. In the case of a public repo is more complicated since it publicly exposes the files.

Real Samuel Lembke
Posted
4 minutes ago, Rodrigo said:

@Real Samuel Lembke,

 

That should work if you can host that file in a private repo and delete your package-lock.json file in order to prevent NPM for looking the other packages and information. In the case of a public repo is more complicated since it publicly exposes the files.

Interesting, how would I go about install @gsap/react?

Is it also part of this archive?

Or just remove the .npmrc?

Posted

The GSAP React package is a public one so it shouldn't be affected by this problem, so there shouldn't be any issue with installing that following the normal install command:

npm install -s @gsap/react

 

  • Solution
Posted

Hey Sam!

 

Can you please check your build and deployment flows and let us know if this is working again? The problem seems to be resolved by now.

 

Thanks!

  • Like 2
Posted
1 minute ago, Rodrigo said:

Hey Sam!

 

Can you please check your build and deployment flows and let us know if this is working again? The problem seems to be resolved by now.

 

Thanks!

All is perfect right now 🥳 Thanks 💚

  • Thanks 1
Posted

Thanks Sam!

 

Sorry for all the problems and inconveniences this caused 🙏

Posted
3 minutes ago, Rodrigo said:

Thanks Sam!

 

Sorry for all the problems and inconveniences this caused 🙏

No problem! Especially that it's not GSAP fault!

 

Will PrivJs make a post to talk about the error or if not, can you tell us what happened please?

Posted

@Rodrigo
We were able to install it without any problems. thanks for the quick response 😁

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...