TutorialsHow to install Club Greensock packages on DigitalOcean, AWS, and more

    If you're working with Club Greensock packages and need to install them on private web servers like DigitalOcean or AWS, we've got you covered! Follow these simple steps to get started:

    Steps to Install club Greensock pages on cloud servers

    1. Add a file named .npmrc to the project root with the following contents in it:
    always-auth=true
    @gsap:registry=https://npm.greensock.com
    //npm.greensock.com/:_authToken=xxxx-xxxx-xxxx-xxxx
    

    If you are running the app in the dev environment, replace xxxx-xxxx-xxxx-xxxx with the token provided to you by Greensock or PrivJs

    1. Install the package using the following command:
    $ npm install gsap@npm:@gsap/shockingly
    

    if you are using yarn package manager then you need to run:

    $ yarn add @gsap/shockingly gsap@npm:@gsap/shockingly
    

    That's it. The project should now install and build successfully on your private web server.

    Feel free to change /shockingly to any other Club Greensock package name of your choice.

    If you face any issues, write to us at support@privjs.com and we would be happy to help you.