UPDATE: This issue seems to have been solved in yarn berry. Here's how you could use it the package in yarn berry:   Create a .yarnrc.yml file in your project root and add the following: nodeLinker: node-modules npmScopes:   gsap:     npmRegistryServer: "https://npm.greensock.com"     npmAlwaysAuth: true npmRegistries:   //npm.greensock.com:     npmAlwaysAuth: true     npmAuthToken: "<your-token-here>"   Then run the following commands in the terminal: $ yarn set
    • Thanks
    • Like
    2