TS2724 : 'vue' n'a aucun membre exporté nommé 'JSXComponent'. Vous voulez dire "composant" ?
P粉278379495
P粉278379495 2023-09-02 11:22:21
0
1
622
<p>我正在尝试启动 Vue 3 + Vuetify 项目,但在运行 <code>yarn build</code> 时遇到此错误:</p> <pre class="brush:php;toolbar:false;">>construction de fil node_modules/vuetify/lib/components/index.d.mts:2:99 - erreur TS2724 : '"vue"' n'a aucun membre exporté nommé « JSXComponent ». Vouliez-vous dire « Composant » ? 2 import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick, WritableComputedRef, CSSProperties, Prop, Co mponentPublicInstance, InjectionKey, UnwrapRef } de 'vue'; ~~~~~~~~~~~~ node_modules/vuetify/lib/index.d.mts:2:29 - erreur TS2724 : '"vue"' n'a aucun membre exporté nommé « JSXComponent ». Vouliez-vous dire « Composant » ? 2 importer { Ref, DeepReadonly, JSXComponent, PropType, CSSProperties, App } depuis 'vue' ; ~~~~~~~~~~~~ node_modules/vuetify/lib/labs/components.d.mts:2:69 - erreur TS2724 : '"vue"' n'a aucun membre exporté nommé « JSXComponent ». Vouliez-vous dire « Composant » ? 2 import { ComponentPropsOptions, ExtractPropTypes, Ref, EffectScope, JSXComponent, PropType, UnwrapRef, CSSProperties, nextTick, VNode } depuis 'vue' ; ~~~~~~~~~~~~ J'ai trouvé 3 erreurs dans 3 fichiers. Fichiers d'erreurs 1 node_modules/vuetify/lib/components/index.d.mts:2 1 node_modules/vuetify/lib/index.d.mts:2 1 node_modules/vuetify/lib/labs/components.d.mts:2</pre> <p>这是我的<code>package.json</code>:</p> <pre class="brush:php;toolbar:false;">{ "nom": "frontend", "version": "0.0.0", "privé" : vrai, "scripts" : { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "aperçu": "aperçu rapide", "peluche": "eslint". --fix --ignore-path .gitignore" }, "dépendances" : { "@mdi/font": "7.0.96", "core-js": "^3.29.0", "pinia": "^2.0.0", "roboto-fontface": "*", "vue": "^3.3.4", "vue-router": "^4.0.0", "vuetify": "^3.0.0", "webfontloader": "^1.0.0" }, "Dépendances dev" : { "@babel/types": "^7.21.4", "@types/node" : "^18.15.0", "@types/webfontloader": "^1.6.35", "@vitejs/plugin-vue" : "^3.0.3", "@vue/eslint-config-typescript" : "^11.0.0", "eslint": "^8.37.0", "eslint-plugin-vue": "^9.3.0", "sass": "^1.60.0", "dactylographié": "^5.0.0", "vite": "^4.3.8", "vite-plugin-vuetify": "^1.0.0", "vue-tsc": "^1.2.0" } }</pre></p>
P粉278379495
P粉278379495

répondre à tous(1)
P粉924915787

J'ai résolu le problème en mettant à jour le script "build" pour supprimer la commande vue-tsc --noEmit.

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal