Vue,vite:GET http://localhost:3000/@vite/client net::ERR_ABORTED 404(未找到)

Posted

技术标签:

【中文标题】Vue,vite:GET http://localhost:3000/@vite/client net::ERR_ABORTED 404(未找到)【英文标题】:Vue, vite: GET http://localhost:3000/@vite/client net::ERR_ABORTED 404 (Not Found) 【发布时间】:2021-09-15 23:12:38 【问题描述】:

我正在使用 Vue 和 vite 来练习使用 fetching API 的 Web 应用程序的工作流程,遵循 tutorial。在yarn dev 命令结束时,我得到了错误。我试过了:

    直接克隆project,运行同样的命令,还是一样的错误。 在 Github 上搜索任何问题和解决方案,但没有成功。

我该如何解决这个问题?还是我错过了什么?谢谢。

【问题讨论】:

【参考方案1】:

您的 Node 环境设置肯定存在问题,因为项目构建并成功运行

Node v14.17.5npm v6.14.14yarn v1.22.5 上测试

故障排除:

https://docs.npmjs.com/downloading-and-installing-node-js-and-npm How to Reinstall Broken npm

【讨论】:

以上是关于Vue,vite:GET http://localhost:3000/@vite/client net::ERR_ABORTED 404(未找到)的主要内容,如果未能解决你的问题,请参考以下文章

vue3 项目搭建教程(基于create-vue,vite,Vite + Vue)

转vue2使用vite

vue3中vite的配置

678 Vue CLI,vite

在 vue3 vite 项目中构建 vite 时出错

一分钟科普帖:vite和vue-cli