Coder Social home page Coder Social logo

Comments (8)

ivodolenc avatar ivodolenc commented on May 27, 2024

Hi, I just tested it (followed official docs) and the module works fine, the types are imported as expected.

Example

<template>
  <div>
    <h1 class="title">Nuxt Gsap</h1>
  </div>
</template>

<script setup lang="ts">
  const { $gsap } = useNuxtApp()

  onMounted(() => {
    $gsap.to('.title', { rotation: 3, x: 100, duration: 1 })
  })
</script>

Versions

  • nuxt: 3.7.0
  • @hypernym/nuxt-gsap: 2.2.2

from nuxt-gsap.

torstah avatar torstah commented on May 27, 2024

from nuxt-gsap.

ivodolenc avatar ivodolenc commented on May 27, 2024

Sorry, I can't help you without a reproduction. Feel free to provide an example repo if you find any issues.

I'm closing this as resolved since no code has been shared that indicates the problem.

from nuxt-gsap.

klren0312 avatar klren0312 commented on May 27, 2024

I also have this problem
1695804799583

from nuxt-gsap.

ivodolenc avatar ivodolenc commented on May 27, 2024

Hi @klren0312, can you provide more information? It would be best if you could share a link to a minimal reproduction on github, codesandbox etc so I can see where the problem is. Without seeing the code I can't help much.

Have you tried deleting the node_modules and .nuxt directory and reinstalling the dependencies as mentioned above?

from nuxt-gsap.

klren0312 avatar klren0312 commented on May 27, 2024

Hi @klren0312, can you provide more information? It would be best if you could share a link to a minimal reproduction on github, codesandbox etc so I can see where the problem is. Without seeing the code I can't help much.

Have you tried deleting the node_modules and .nuxt directory and reinstalling the dependencies as mentioned above?

not work
I create the new project, it also not work
and in .nuxt/gsapPlugin.d.ts, Cannot find module '#app'
image

image

this is my project link https://github.com/klren0312/gsapproblem

from nuxt-gsap.

ivodolenc avatar ivodolenc commented on May 27, 2024

@klren0312 Thanks for the link, this was really helpful.

The repo works as expected for me.

Here are the steps I took:

  1. Download the repo from Github.
  2. Open VSCode, drag the repo folder to the editor.
  3. Run npm i command to install all dependencies.
    • (Nuxt will automatically generate the .nuxt dir because the package has a postinstall script defined)
  4. Optionally, run npm run dev to open the dev server.

Try a few more times, sometimes it can be something very simple like restarting the VSCode editor or maybe just restarting the TypeScript server inside VSCode etc.

Also, delete and reinstall the node_modules and .nuxt directories.

I know this can be stressful, but right now this is the price for auto-generated types in complex projects/frameworks, it can very easily get complicated where it shouldn't be.


Feel free to open a new issue if it still occurs.

from nuxt-gsap.

klren0312 avatar klren0312 commented on May 27, 2024

image
It works today, maybe the editor problem

from nuxt-gsap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.