官网下载启动

docker-compose up -d 

访问 localhost:9001, 结果404
进到容器,发现 /app/portiaui/dist 文件夹下是空的。
下载 nodejs,yarn

使用 yarn 编译:

error ember-run-raf@1.1.2: The engine "node" is incompatible with this module. Expected version "~4.1.1". Got "10.22.0"
error Found incompatible module.

查一下官网
把 package.json 里的 ember-run-raf 升级到 1.1.3, 编译通过

用 npm run build 编译成功。


docker-compose up -d 

启动:

截屏2020-08-03 下午7.16.38.png


Yujiaao
12.7k 声望4.7k 粉丝

[链接]