Results 60 comments of Benjamin Oddou

Sorry for the late reply. Here's the solution that's working for me 😄 ```js import gsap from 'gsap' import SplitText from 'gsap/SplitText' import ScrollSmoother from 'gsap/ScrollSmoother' import ScrollTrigger from 'gsap/ScrollTrigger'...

Hello @danielroe 👋, I am facing a similar issue when I try to deploy my Nuxt 3 app (`v3.0.0-rc.6`) on `Netlify`, I get this error : ![Netlify](https://user-images.githubusercontent.com/85166574/182419988-e4d23344-daed-4aea-8b2f-da4db9b98063.png) I am using...

https://github.com/nuxt/framework/issues/6161

Hello @madebyfabian and thanks for the discord link. I think this might be an issue or a limitation of Nuxt as I used the syntax described in the docs. I'll...

Hey @madebyfabian, @danielroe, did you see this ? [#18834](https://github.com/nuxt/nuxt/discussions/18834)

Hey @madebyfabian, thanks for the message. My point is that I would have expected the same behavior between dev and build. I was trying to understand why it was working...

Hello @mblachlov24, I think you could try this in the `nuxt.config.ts` file : ```ts import { defineNuxtConfig } from 'nuxt' // https://v3.nuxtjs.org/api/configuration/nuxt.config export default defineNuxtConfig({ modules: [ //instead of buildModules...

Also a common mistake could be that you installed `pinia` instead of `@pinia/nuxt`.

@typhoon11, I didn't know about that feature. Maybe you can try to remove `node_modules`, `package-lock.json`, `.nuxt` and `.output`, then do a `npm i` and `npm run dev` ? I can...

I am also on rc-9. I have this config since rc-4 or 5 and didn't experience any issue