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

无法本地启动服务 #126

Closed
zhangxianglink opened this issue Jul 10, 2024 · 6 comments
Closed

无法本地启动服务 #126

zhangxianglink opened this issue Jul 10, 2024 · 6 comments

Comments

@zhangxianglink
Copy link

我想要部署项目到本地。
按照文档里面 node16 版本pnpm install / start , 提示当前版本需要18,
image
node v18.20.4
npm 10.8.1
os window
当我用上面的版本操作,截图报错jest
image
然后我删除了package.json中的jest部分, 然后删除package.lock.yml
pnpm start 报错加密问题因为升级node18导致的
我用这个命令解决了,$env:NODE_OPTIONS="--openssl-legacy-provider"
image
但是最后报typescript 版本5.5.3 过高,我实在是想不到方法了
image

希望能出一个部署教程,方便一下非前端开发人员使用,感谢

@Bowen7
Copy link
Owner

Bowen7 commented Jul 10, 2024

I will take a look tonight. Thanks for your report.

@Bowen7
Copy link
Owner

Bowen7 commented Jul 10, 2024

BTW, may I ask what your purpose is to host it, why not use regex-vis.com instead?

If you want to deploy this project, how about I provide a Vercel Deploy Button to README.md?

@Bowen7
Copy link
Owner

Bowen7 commented Jul 10, 2024

Some dependencies are too old. It seems I should upgrade create-react-app to version 5. However, create-react-app is not currently under active maintenance. I have decided to migrate to Vite. Maybe this weekend.

@zhangxianglink
Copy link
Author

BTW, may I ask what your purpose is to host it, why not use regex-vis.com instead?

If you want to deploy this project, how about I provide a Vercel Deploy Button to README.md?

Thank you for your reply. I find this project very interesting and would like to debug it locally.

@Bowen7
Copy link
Owner

Bowen7 commented Jul 25, 2024

Thank you! You can track the process in this PR

@Bowen7
Copy link
Owner

Bowen7 commented Aug 13, 2024

I believe this issue is fixed at #127. Feel free to reopen the issue if you still cannot run the app

@Bowen7 Bowen7 closed this as completed Aug 13, 2024
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

2 participants