I'm glad you got things working @web_roll.   @scottgroovez I was able to install GSAP via the private registry in Yarn 2 by using the following .yarnrc.yml (replacing TOKEN with my token): yarnPath: ".yarn/releases/yarn-berry.cjs" unsafeHttpWhitelist: - "npm.greensock.com" npmScopes: gsap: npmRegistryServer: "https://npm.greensock.com" npmAuthToken: "TOKEN" Then installing via: yarn add @gsap/PACKAGE where PACKAGE is my Club GreenSock package (either busin
    • Thanks
    • Like
    3