Code-Pop / animating-vue

Repo for Vue Mastery's Animating Vue course
100 stars 100 forks source link

Error installing gsap/TweenMax #1

Closed bitsnaps closed 4 years ago

bitsnaps commented 4 years ago

Hi, First I had to install gsap, so I used npm install gsap, then when I npm run serve the app I got an error saying that I need to install npm install --save gsap/TweenMax, when I try to install that one I get:

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/gsap/TweenMax.git
npm ERR!
npm ERR! Warning: Permanently added the RSA host key for IP address '140.82.118.3' to the list of known hosts.
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128

and that's why I don't use Vue and I don't like npm :)

bitsnaps commented 4 years ago

I've got my way, looks like I don't need to install gsap/TweenMax as suggested by npm, I just replaced gsap/TweenMax with gsap just like the what's on the video.