Open lucpotage opened 2 years ago
I am getting this error:
ERROR Cannot find package 'webpack' imported from C:\devSandbox-Tom\DevFork-Tom\MAS-Auth\mas-auth-balm\node_modules\@nuxtjs\i18n\dist\module.mjs
at new NodeError (node:internal/errors:371:5) at packageResolve (node:internal/modules/esm/resolve:884:9) at moduleResolve (node:internal/modules/esm/resolve:929:18) at defaultResolve (node:internal/modules/esm/resolve:1044:11) at ESMLoader.resolve (node:internal/modules/esm/loader:422:30) at ESMLoader.getModuleJob (node:internal/modules/esm/loader:222:40) at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:40) at link (node:internal/modules/esm/module_job:75:36)
It seems to be the information for the installer is missing, so it can't be deployed.
My configuration in nuxt.config.ts (nuxt3, no bridging)
modules: ["@nuxtjs/i18n"],
Hi @kazupon and thank you for this PoC. I tried it on a project and got the following error:
I honestly have no idea what this means. I am new to both Nuxt 3 and TypeScript.