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
After updating package.json with @nuxt/ui-pro version 3.0.0-alpha.12, I encountered the this error during the npm install: npm error command failed npm error command sh -c nuxt prepare npm error ERROR Cannot read properties of undefined (reading 'options') npm error npm error at Object.normalizedModule [as config] (node_modules/@nuxt/kit/dist/index.mjs:2129:12) npm error at resolveConfig (node_modules/c12/dist/shared/c12.B4fc1S0C.mjs:348:28) npm error at async extendConfig (node_modules/c12/dist/shared/c12.B4fc1S0C.mjs:255:21) npm error at async loadConfig (node_modules/c12/dist/shared/c12.B4fc1S0C.mjs:187:5) npm error at async loadNuxtConfig (node_modules/@nuxt/kit/dist/index.mjs:2592:18) npm error at async loadNuxt (node_modules/nuxt/dist/shared/nuxt.CrJjphBv.mjs:5454:19) npm error at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:2676:19) npm error at async Object.run (node_modules/@nuxt/cli/dist/chunks/prepare.mjs:30:18) npm error at async runCommand (node_modules/citty/dist/index.mjs:316:16) npm error at async runCommand (node_modules/citty/dist/index.mjs:307:11) npm error npm error npm error npm error ERROR Cannot read properties of undefined (reading 'options')
I know Nuxt UI Pro v3 is still in alpha and not finished but the most modules already migrated and i think there templates can ready to migrate as well. We're planning huge update on our project and need update it to v3 because it has lots of breaking changes I see. So, can you guys give specific date when template migration will be available?
If the migration requires a huge amount of time, guys help to run our dashboard project in our end?
The text was updated successfully, but these errors were encountered:
After updating package.json with @nuxt/ui-pro version 3.0.0-alpha.12, I encountered the this error during the npm install:
npm error command failed npm error command sh -c nuxt prepare npm error ERROR Cannot read properties of undefined (reading 'options') npm error npm error at Object.normalizedModule [as config] (node_modules/@nuxt/kit/dist/index.mjs:2129:12) npm error at resolveConfig (node_modules/c12/dist/shared/c12.B4fc1S0C.mjs:348:28) npm error at async extendConfig (node_modules/c12/dist/shared/c12.B4fc1S0C.mjs:255:21) npm error at async loadConfig (node_modules/c12/dist/shared/c12.B4fc1S0C.mjs:187:5) npm error at async loadNuxtConfig (node_modules/@nuxt/kit/dist/index.mjs:2592:18) npm error at async loadNuxt (node_modules/nuxt/dist/shared/nuxt.CrJjphBv.mjs:5454:19) npm error at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:2676:19) npm error at async Object.run (node_modules/@nuxt/cli/dist/chunks/prepare.mjs:30:18) npm error at async runCommand (node_modules/citty/dist/index.mjs:316:16) npm error at async runCommand (node_modules/citty/dist/index.mjs:307:11) npm error npm error npm error npm error ERROR Cannot read properties of undefined (reading 'options')
I know Nuxt UI Pro v3 is still in alpha and not finished but the most modules already migrated and i think there templates can ready to migrate as well. We're planning huge update on our project and need update it to v3 because it has lots of breaking changes I see. So, can you guys give specific date when template migration will be available?
If the migration requires a huge amount of time, guys help to run our dashboard project in our end?
The text was updated successfully, but these errors were encountered: