Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

拉下来源码跑不起来? #1733

Open
LeonsCd opened this issue Dec 10, 2024 · 6 comments
Open

拉下来源码跑不起来? #1733

LeonsCd opened this issue Dec 10, 2024 · 6 comments

Comments

@LeonsCd
Copy link

LeonsCd commented Dec 10, 2024

问题

源码npm run start出来的界面是这样的吗,是不是少东西
image

版本信息

  • 版本:master
  • 操作系统:mac
@leihenshang
Copy link

我都跑不起来,提示TS代码的有问题

@x-rush
Copy link

x-rush commented Dec 13, 2024

你那个404需要先npm build一下。

@x-rush
Copy link

x-rush commented Dec 13, 2024

我都跑不起来,提示TS代码的有问题

我一开始也跑不起来,编译错误报了3个,但是我把他们挨个忽略了,就好了。

@Vanessa219
Copy link
Owner

是 pnpm i 的时候提示有依赖没有安装完,还是其他什么具体的错误?

@lazyphp
Copy link

lazyphp commented Jan 8, 2025

为什么我拉下来后,npn run statr 。提示不少TS语法错误呢?

QQ截图20250108100446


刚开始npm intsall 装依赖环境也是提示错误的
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/eslint-plugin
npm ERR! @typescript-eslint/eslint-plugin@"8.19.1" from [email protected]

我问AI 怎样解决。AI说这个错误提示是由于 eslint-plugin-jest 和 @typescript-eslint/eslint-plugin 之间的版本冲突引起的。具体来说,eslint-plugin-jest 需要一个较老版本的 @typescript-eslint/eslint-plugin(例如 ^5.0.0),而当前项目使用的是较新的版本(8.19.1)。

后面根据AI的提示,项目是跑起来了,但是运行就报了不少TS语法错误。以前拉库都没这个问题,是前端依赖库有冲突导致的嘛?

@2061360308
Copy link

我也遇到的同样的问题,但是我在发布页面下载了最新发布版本的源码后成功解决了问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants