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

Getting the below error after updating my package.json with

"@nuxt/kit": "3.0.0-rc.13"


The requested module '@nuxt/kit' does not provide an export named 'addBuildPlugin'                                                   16:00:04  

  import { useNuxt, resolveFiles, logger, defineNuxtModule, addTemplate, addPlugin, addComponent, updateTemplates, addVitePlugin, addWebpackPlugin, addBuildPlugin, findPath, addImportsSources, tryResolveModule, isIgnored, resolveAlias, addPluginTemplate, normalizeModuleTranspilePath, resolveNuxtModule, resolveIgnorePatterns, createResolver, nuxtCtx, addRouteMiddleware, resolvePath as resolvePath$1, installModule, useNitro, loadNuxtConfig, normalizeTemplate, compileTemplate, normalizePlugin, templateUtils } from '@nuxt/kit';
  ^^^^^^^^^^^^^^
  SyntaxError: The requested module '@nuxt/kit' does not provide an export named 'addBuildPlugin'
  at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)
  at async ModuleJob.run (node:internal/modules/esm/module_job:190:5)

Duplicate of #766 (you'd open this before)