I am having trouble installing gsap business green in an Angular 14 application. Previously I had no trouble running gsap public. But I wanted to us MorphSVG so I purchased a business green license. This is the procedure I followed:
1. Deleted node_modules
2. Deleted yarn.lock
3. Deleted gsap in package.json
4. added .npmrc file with the proper syntax and authorization token
//npm.greensock.com/:_authToken=<my authtoken>
@gsap:registry=https://npm.greensock.com
5. ran a yarn cache clean
6. ran a yarn install
7. Ran installation code from dashboard with a the version of @3.10.4 added and a network-timeout parameter of 100000
yarn add gsap@npm:@gsap/business@3.10.4 --network-timeout 100000
8. I ran the application and I get this error message:
9. I have included my typescript file and the package.son
sidenav.component.ts
package.json