PeterArbeitsloser Posted April 13, 2022 Posted April 13, 2022 I have a very basic Vue 3 Typescript app running with class-style components. Following the instruction page, I downloaded the club member gsap ZIP file, pasted in `./src/` and import it as recommended. But I'm getting this error:Module not found: Error: Can't resolve 'gsap/MorphSVGPlugin' in /path/to/component How do I properly import the MorphSVGPlugin? P.S.: I am sorry for not providing a codepen but my setup (TypeScript with class-style components) isn't available.
OSUblake Posted April 13, 2022 Posted April 13, 2022 Hi Peter, It's very hard to answer a question like this without seeing your setup. How did you install GSAP, and can you verify that the MorphSVGPlugin is inside the gsap folder in your node_modules folder?
PeterArbeitsloser Posted April 13, 2022 Author Posted April 13, 2022 Oh damn… It's a membership issue. I remember now that I have cancelled my paying membership a while ago due to fewer use cases of GSAP. MorphSVGPlugin is indeed not in the download file and I assume it would be for Club Members, right? 1
Solution OSUblake Posted April 13, 2022 Solution Posted April 13, 2022 Correct. https://greensock.com/club/ 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now