Vue3 CLI 不断询问互联网连接速度慢的问题
P粉127901279
P粉127901279 2023-09-04 13:16:33
0
1
449
<p>在E2E测试过程中,我通过Vue CLI自动安装Vue3,确切的命令是:</p> <pre class="brush:php;toolbar:false;">npx --yes @vue/cli create vue3 --packageManager npm -n -i '{&quot;useConfigFiles&quot;:true,&quot;plugins&quot;:{&quot;@vue/cli-plugin-babel&quot;:{},&quot;@vue/cli-plugin-typescript&quot;:{&quot;classComponent&quot;:false,&quot;useTsWithBabel&quot;:true},&quot;@vue/cli-plugin-pwa&quot;:{},&quot;@vue/cli-plugin-router&quot;:{&quot;historyMode&quot;:true},&quot;@vue/cli-plugin-vuex&quot;:{},&quot;@vue/cli-plugin-eslint&quot;:{&quot;config&quot;:&quot;prettier&quot;,&quot;lintOn&quot;:[&quot;save&quot;]}},&quot;vueVersion&quot;:&quot;3&quot;}'</pre> <p>问题是,在这个过程中,这个问题不断出现:</p> <pre class="brush:php;toolbar:false;">? Your connection to the default yarn registry seems to be slow. Use https://registry.npmmirror.com for faster installation? (Y/n)</pre> <p>由于正在等待输入,因此构建失败。如何取消此提示?</p>
P粉127901279
P粉127901279

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!