Hello group,   Ok, I found a different approach that worked for me: Download the gsap zip file from https://greensock.com/docs/v3/Installation, unzip the file and move gsap-bonus.tgz to the root of your project. In your package.json file replace gsap by "gsap": "./gsap-bonus.tgz" Verify your .gitignore doesn't have tgz files. Add a Netlify environment variable called YARN_FLAGS with the value --skip-integrity-check Clean cache and deploy. Ready.
    • Thanks
    • Like
    3