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
failed to load config from C:\Users\lde1wx\bosch\bak\V3-T\vite.config.ts
error when starting dev server:
file:///C:/Users/lde1wx/bosch/bak/V3-T/node_modules/.pnpm/@intlify+bundle-utils@10.0._5bcf99746951c1e1f08ddfe8235206a1/node_modules/@intlify/bundle-utils/lib/index.mjs:4
import { LOCATION_STUB, detectHtmlTag, baseCompile } from '@intlify/message-compiler';
^^^^^^^^^^^^^
SyntaxError: Named export 'LOCATION_STUB' not found. The requested module '@intlify/message-compiler' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
at ModuleJob._instantiate (node:internal/modules/esm/module_job:132:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:214:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)
at async loadConfigFromBundledFile (file:///C:/Users/lde1wx/bosch/bak/V3-T/node_modules/.pnpm/vite@6.2.1_@types+node@22.1_d7fc9abb92f3057f431307e2da04e78f/node_modules/vite/dist/node/chunks/dep-glQox-ep.js:54618:15)
at async bundleAndLoadConfigFile (file:///C:/Users/lde1wx/bosch/bak/V3-T/node_modules/.pnpm/vite@6.2.1_@types+node@22.1_d7fc9abb92f3057f431307e2da04e78f/node_modules/vite/dist/node/chunks/dep-glQox-ep.js:54461:22)
at async loadConfigFromFile (file:///C:/Users/lde1wx/bosch/bak/V3-T/node_modules/.pnpm/vite@6.2.1_@types+node@22.1_d7fc9abb92f3057f431307e2da04e78f/node_modules/vite/dist/node/chunks/dep-glQox-ep.js:54423:44)
at async resolveConfig (file:///C:/Users/lde1wx/bosch/bak/V3-T/node_modules/.pnpm/vite@6.2.1_@types+node@22.1_d7fc9abb92f3057f431307e2da04e78f/node_modules/vite/dist/node/chunks/dep-glQox-ep.js:53931:24)
at async _createServer (file:///C:/Users/lde1wx/bosch/bak/V3-T/node_modules/.pnpm/vite@6.2.1_@types+node@22.1_d7fc9abb92f3057f431307e2da04e78f/node_modules/vite/dist/node/chunks/dep-glQox-ep.js:43843:18)
at async CAC.<anonymous> (file:///C:/Users/lde1wx/bosch/bak/V3-T/node_modules/.pnpm/vite@6.2.1_@types+node@22.1_d7fc9abb92f3057f431307e2da04e78f/node_modules/vite/dist/node/cli.js:750:20)
ELIFECYCLE Command failed with exit code 1.
Expected behavior
I can't start, I tried many versions of vue-i18n, but it is always wrong
Reproduction
SyntaxError: Named export 'LOCATION_STUB' not found. The requested module '@intlify/message-compiler' is a CommonJS module,
import { LOCATION_STUB, detectHtmlTag, baseCompile } from '@intlify/message-compiler';
^^^^^^^^^^^^^
SyntaxError: Named export 'LOCATION_STUB' not found. The requested module '@intlify/message-compiler' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@intlify/message-compiler';
const { LOCATION_STUB, detectHtmlTag, baseCompile } = pkg;
Reporting a bug?
failed to load config from C:\Users\lde1wx\bosch\bak\V3-T\vite.config.ts
error when starting dev server:
file:///C:/Users/lde1wx/bosch/bak/V3-T/node_modules/.pnpm/@intlify+bundle-utils@10.0._5bcf99746951c1e1f08ddfe8235206a1/node_modules/@intlify/bundle-utils/lib/index.mjs:4
import { LOCATION_STUB, detectHtmlTag, baseCompile } from '@intlify/message-compiler';
^^^^^^^^^^^^^
SyntaxError: Named export 'LOCATION_STUB' not found. The requested module '@intlify/message-compiler' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@intlify/message-compiler';
const { LOCATION_STUB, detectHtmlTag, baseCompile } = pkg;
ELIFECYCLE Command failed with exit code 1.
Expected behavior
I can't start, I tried many versions of vue-i18n, but it is always wrong
Reproduction
SyntaxError: Named export 'LOCATION_STUB' not found. The requested module '@intlify/message-compiler' is a CommonJS module,
System Info
Screenshot
Additional context
1
Validations
The text was updated successfully, but these errors were encountered: