Yushan Fernando Posted October 22, 2024 Posted October 22, 2024 Hey Team, The server is down. Could you please look into this quickly? reason: connect ECONNREFUSED 104.131.8.206:443 Thank you!
im PARK Posted October 22, 2024 Posted October 22, 2024 @Sam Tremblay 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 ```
Sam Tremblay Posted October 22, 2024 Posted October 22, 2024 5 minutes ago, im PARK said: @Sam Tremblay 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 ^^
Rodrigo Posted October 22, 2024 Posted October 22, 2024 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 October 22, 2024 Posted October 22, 2024 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
Rodrigo Posted October 22, 2024 Posted October 22, 2024 @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 October 22, 2024 Posted October 22, 2024 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?
Rodrigo Posted October 22, 2024 Posted October 22, 2024 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 Rodrigo Posted October 22, 2024 Solution Posted October 22, 2024 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! 2
Sam Tremblay Posted October 22, 2024 Posted October 22, 2024 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 💚 1
Rodrigo Posted October 22, 2024 Posted October 22, 2024 Thanks Sam! Sorry for all the problems and inconveniences this caused 🙏
Sam Tremblay Posted October 22, 2024 Posted October 22, 2024 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?
Yushan Fernando Posted October 22, 2024 Author Posted October 22, 2024 Yes, it working now. Thanks @Rodrigo 1
im PARK Posted October 22, 2024 Posted October 22, 2024 @Rodrigo We were able to install it without any problems. thanks for the quick response 😁 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now