针对您遇到的错误 error couldn't find package "@intlify/message-compiler@next" required by "@i,我们可以按照以下步骤进行排查和解决: 1. 确认错误信息的来源和含义 错误信息表明npm(Node.js的包管理器)在尝试安装或更新项目依赖时,无法找到名为@intlify/message-compiler@next
feat: node esm for message compiler by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1460Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.3.0-beta.22...v9.3.0-beta.23v9.3.0-beta.22 (2023-07-07T01:25:23Z)...
* fix(deps): update dependency @intlify/message-compiler to v10 * fix: support v10 * Create new-ligers-tan.md --- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ota-meshi <otameshiyo23@gmail.com>master (#557...
2 2 "name": "@intlify/message-compiler", 3 - "version": "10.0.0", 3 + "version": "10.0.1", 4 4 "description": "@intlify/message-compiler", 5 5 "keywords": [ 6 6 "compiler", packages/petite-vue-i18n/package.json +1-1 Original file line numberDiff line number...
@intlify/message-compiler @intlify/shared 🏃 Other Projects ProjectNPMRepo Vue I18n Extensions intlify/vue-i18n-extentions ESLint Plugin intlify/eslint-plugin-vue-i18n CLI intlify/cli Unplugin (Vite) pluginintlify/unplugin-vue-i18n Vue I18n Locale Message Tools ...
Also, if you do a production build with vite, Vue I18n will automatically bundle the runtime only module. If you need on-demand compilation with Message compiler, you need to set theruntimeOnlyoption tofalse. 🚀Usage i18n resources pre-compilation ...
However, with the message compiler, the javascript function conversion will not work in some environments (e.g. CSP). For this reason, vue-i18n@v9.0 and later offer a full version that includes compiler and runtime, and a runtime only version. ...
@intlify/core-base pnpm add https://pkg.pr.new/@intlify/core-base@de99ab8 @intlify/devtools-types pnpm add https://pkg.pr.new/@intlify/devtools-types@de99ab8 @intlify/message-compiler pnpm add https://pkg.pr.new/@intlify/message-compiler@de99ab8 ...
"name":"@intlify/message-format-explorer", 33 "description":"Intlify message format explorer", 4- "version":"9.4.0", 4+ "version":"9.4.1", 55 "private":true, 66 "scripts": { 77 "dev":"vite", packages/message-compiler/package.json ...
Whether to tree-shake message compiler when we will be bundling. If do you will use this option, you need to enablejitCompilationoption. [!NOTE] After v5 or later, this option can be set with or withoutjitCompilation. [!NOTE] This option works with vue-i18n v9.3 and later. ...