You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything is quite straightforward: I am creating a new blank nuxt3 project using npx nuxi@latest init, trying to add nuxt-styled-resources and get this error:
ERROR Cannot restart nuxt: Cannot read properties of undefined (reading 'nuxt')
at nuxtStyledResources (node_modules/@nuxtjs/style-resources/lib/module.js:7:25)
at installModule (node_modules/@nuxt/kit/dist/index.mjs:2415:101)
at async initNuxt (node_modules/nuxt/dist/index.mjs:4233:7)
at async NuxtDevServer._load (node_modules/nuxi/dist/chunks/dev2.mjs:6879:5)
at async NuxtDevServer.load (node_modules/nuxi/dist/chunks/dev2.mjs:6811:7)
at async _applyPromised (node_modules/nuxi/dist/chunks/dev2.mjs:3805:10)
The text was updated successfully, but these errors were encountered:
Everything is quite straightforward: I am creating a new blank nuxt3 project using
npx nuxi@latest init
, trying to add nuxt-styled-resources and get this error:The text was updated successfully, but these errors were encountered: