本仓库命令行踩坑总结 #2318
kaikaibenkai
started this conversation in
Show and tell
本仓库命令行踩坑总结
#2318
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
fork & clone 后,本地安装依赖卡住不动
由于需要安装
playwright
库,会下载一个几百 MB 的 Chromium 压缩包,此时进度条不动。在你运行的命令后面加上
--registry=https://registry.npmmirror.com
,等待一个小时即可。如何预览组件库
运行
yarn start
错误:SyntaxError
重新构建命令行脚本:
站点启动失败
Are they installed
项目根目录
yarn start
错误:lockfile 过期项目根目录下
yarn install
错误$ yarn set version latest
项目根目录下
yarn run init
错误:No matches found...
这一步不能使用 yarn,只能使用 npm:
Beta Was this translation helpful? Give feedback.
All reactions