yylive / YYEVA-Web

https://yyeva.yy.com
Apache License 2.0
58 stars 13 forks source link

demo无法运行 #1

Closed lantianhaijiao closed 2 years ago

lantianhaijiao commented 2 years ago

pnpm: 7.8.0 node: v14.17.2 报错如下

image
ckken commented 2 years ago

根目录执行试试 需要构建完产物才能用

{
    "dev": "pnpm --filter=yyeva --filter=offical dev",
    "build": "pnpm --filter=yyeva --filter=offical build",
    "start": "pnpm --filter=offical start"
  },