-
我尝试克隆该项目,查看package.json尝试运行构建该项目.但是出错了,是有什么注意事项吗? |
Beta Was this translation helpful? Give feedback.
Answered by
nonzzz
Nov 5, 2021
Replies: 2 comments 3 replies
-
@hequndev 我忘记更新contribute grid了 不好意思。启动项目的话先得在根目录下yarn 安装依赖。然后执行yarn clean 然后在执行yarn cli 在执行一次yarn 。可以参照 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nonzzz
-
@XeryYue Hey, man. 我根据 contribute guide 启动项目,终端里没有显示报错,但是网页没有显示,控制台报错如下: 这应该要怎么解决呢? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hequndev 我忘记更新contribute grid了 不好意思。启动项目的话先得在根目录下yarn 安装依赖。然后执行yarn clean 然后在执行yarn cli 在执行一次yarn 。可以参照
.travis.yml
的script
部分。启动项目这一块我会找时间优化下。