nuxt-modules / tailwindcss

Tailwind CSS module for Nuxt

Home Page:https://tailwindcss.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR The requested module '@nuxt/kit' does not provide an export named 'addBuildPlugin'

Foddie2 opened this issue · comments

Hello, getting this error after updating my package.json with

"resolutions": { "@nuxt/kit": "3.0.0-rc.12" }

Is there a reason you're using @nuxt/kit@3.0.0-rc.12? RC versions are not stable and open to breaking changes - it is likely that addBuildPlugin was an exported API that was removed from the stable version, and/or used in another part of your Nuxt project (possibly internally), so it wouldn't be an issue with this module.

Initially I was getting this error in dev
ERROR Cannot destructure property 'nuxt' of 'this' as it is undefined.