-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Comments
I will take a look tonight. Thanks for your report. |
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? |
Some dependencies are too old. It seems I should upgrade |
Thank you for your reply. I find this project very interesting and would like to debug it locally. |
Thank you! You can track the process in this PR |
I believe this issue is fixed at #127. Feel free to reopen the issue if you still cannot run the app |
我想要部署项目到本地。
按照文档里面 node16 版本pnpm install / start , 提示当前版本需要18,
node v18.20.4
npm 10.8.1
os window
当我用上面的版本操作,截图报错jest
然后我删除了package.json中的jest部分, 然后删除package.lock.yml
pnpm start 报错加密问题因为升级node18导致的
我用这个命令解决了,$env:NODE_OPTIONS="--openssl-legacy-provider"
但是最后报typescript 版本5.5.3 过高,我实在是想不到方法了
希望能出一个部署教程,方便一下非前端开发人员使用,感谢
The text was updated successfully, but these errors were encountered: