Jump to content
Search Community

Deploying GSAP Business in Heroku

chacrasoftware test
Moderator Tag

Go to solution Solved by GreenSock,

Recommended Posts

Having trouble deploying in heroku, the build outputs

error An unexpected error occurred: "https://npm.greensock.com/@gsap%2fbusiness/-/business-3.10.4.tgz: Request failed \"403 Forbidden\"".

 

here's our .npmrc

//npm.greensock.com/:_authToken=${GSAP_TOKEN}
@gsap:registry=https://npm.greensock.com

 

package.json

"gsap": "npm:@gsap/business"
 

we are using yarn as our package manager, only instruction available is for vercel and netlify, need help for deploying in heroku thank you!

Link to comment
Share on other sites

  • Solution
3 hours ago, chacrasoftware said:

error An unexpected error occurred: "https://npm.greensock.com/@gsap%2fbusiness/-/business-3.10.4.tgz: Request failed \"403 Forbidden\"".

I'm not at all familiar with Heroku, but I know yarn has long-standing bugs related to private repos (unrelated to GSAP). Maybe these posts will help: 

 

You may need to ask Heroku for their help. You could switch to npm instead of yarn.

 

We're happy to answer any GSAP-related questions, though. 

  • Like 1
Link to comment
Share on other sites

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...