eolinker/apinto-dashboard

This is a multi-project workspace and more than one project supports this command. Run "ng build [project]" to execute the command for a specific project or change the current working directory to a project director

1920853199 opened this issue · 6 comments

Description

可以问一下这个是什么问题吗,我用的是main分支

image

Environment

  • APINTO Dashboard version (run apinto dashboard version):
  • Operating system (run uname -a):

你好,大概率是因为angular版本错了,可以通过ng version查看已安装的版本,目前apinto-dashboard用的是angular 15

你好,开始我用来17版本,像你说的我用15版本解决了谢谢。
但是我遇到下面的问题:

unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /var/lib/snapd/void/scripts: no such file or directory

这个报错是要改什么地方吗

你好,大概率是因为angular版本错了,可以通过ng version查看已安装的版本,目前apinto-dashboard用的是angular 15

执行的是docker_build.sh脚本?

是的呢

执行的是docker_build.sh脚本?

我用官方的最新版的镜像部署,好像也有一些问题
1699860605975

这些报错一般是你的浏览器版本较低,您可以换一个浏览器,或者升级一下浏览器版本

执行docker_build.sh的话,要求在仓库根目录执行