Jump to content
Search Community

M Hartman

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by M Hartman

  1. Hi Jack, Thanks, so it looks like I need to pay $99 for this benefit? I like the features but would like to try them first before continuing the use of the features using the different domains. I understand your business model tho. Thank you for all your responses. I appreciate it.
  2. Hi Jack, Thanks for the clarification regarding membership and that is actually fair. I want to try the bonus plugins for now and see if they will work for me. Going back to the main error main concern for deployment. I was able to reinstall "npm install gsap" but when I try to check if it is running "npm start" this is what it showed below: Module not found: Error: Can't resolve 'gsap/DrawSVGPlugin' in '/Users/myusername/Desktop/myreactportfolio/src/components/Home/Logo' ERROR in ./src/components/Home/Logo/index.js 9:0-47 Module not found: Error: Can't resolve 'gsap/DrawSVGPlugin' in '/Users/myusername/Desktop/myreactportfolio/src/components/Home/Logo' Further to this, I am also not certain if the "yarn-error.log" file is one of the reasons or my code for gsap is correct? tho it was working on local repository. Please see attached picture. Thank you in advance.
  3. Hi Jack , Thanks for your response, I am sorry I am absolutely new to this. I registered to get the Module Installation Token but didn't sign up for Club Greensock as payment is required for $99 per year? I'm sorry, I'm confused too. Correct me if I'm wrong. Do I need to purchase anything in order for me to get the library? Thanks I was successfully deleted the packages list "gsap" and "gsap-trial" however, when I reinstall the "npm install gsap" ... this what I received npm ERR! code E403 npm ERR! 403 403 Forbidden - GET https://npm.greensock.com/gsap - bad authorization header. Please login again npm ERR! 403 In most cases, you or one of your dependencies are requesting npm ERR! 403 a package version that is forbidden by your security policy, or npm ERR! 403 on a server you do not have access to. npm ERR! A complete log of this run can be found in: npm ERR! /Users/myusername/.npm/_logs/2022-05-29T03_04_43_126Z-debug.log Thanks, I appreciate your assistance
  4. I tried the following command below however, it didn't work. Add a file names .npmrc to the project root with the following contents in it: always-auth=true @gsap:registry=https://npm.greensock.com/ //npm.greensock.com/:_authToken=${PRIVJS_TOKEN} save-exact=true Install the package using the following command: $ yarn add @gsap/shockingly gsap@npm:@gsap/shockingly I also tried this below: not successful $ npm config set @gsap:registry https://npm.greensock.com/ $ npm config set //npm.greensock.com/:_authToken <your-auth-token> $ npm install @gsap/business $ npm install gsap@npm:@gsap/business I have been struggling for a few days now, and badly need help. I am very new to this, thank you!
  5. Thanks, but I am still experiencing error ? npm ERR! code E403 npm ERR! 403 403 Forbidden - GET https://npm.greensock.com/@gsap%2fbusiness - bad authorization header. Please login again npm ERR! 403 In most cases, you or one of your dependencies are requesting npm ERR! 403 a package version that is forbidden by your security policy, or npm ERR! 403 on a server you do not have access to. npm ERR! A complete log of this run can be found in: npm ERR! /Users/myfoldername/.npm/_logs/2022-05-28T22_55_08_444Z-debug.log
  6. I am trying to find out. I have the same issue too but trying to figure out, how to clean the .npmrc file. Thank you
×
×
  • Create New...