Share Posted June 24, 2022 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 More sharing options...
Solution Solution Share Posted June 24, 2022 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. 1 Link to comment Share on other sites More sharing options...
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