Akeneo 3.2 未加载问题 | Ubuntu 16

Akeneo 3.2 not loading issue | Ubuntu 16

我在以下系统配置上安装了 Akeneo 3.2:

OS: Ubuntu 16
nodejs: v14.15.4 | v10.15.0 (tried both)
yarn: v1.22.5
mysql: 5.7
web directory: /var/www/html/pim-community-standard/
[![browser screenshot: attached][1]][1]

登录后锁屏,出现“加载中...”

我检查并在控制台和网络选项卡中发现以下错误:

404: 
GET:http://akeneo.local/dist/vendor.min.js?0ab9c908450fca4dbe941c388f93d76e
[HTTP/1.1 404 Not Found 42ms]
GEThttp://akeneo.local/dist/main.min.js?0ab9c908450fca4dbe941c388f93d76e

GEThttp://akeneo.local/dist/vendor.min.js?0ab9c908450fca4dbe941c388f93d76e
[HTTP/1.1 404 Not Found 39ms]

GEThttp://akeneo.local/dist/main.min.js?0ab9c908450fca4dbe941c388f93d76e
[HTTP/1.1 404 Not Found 46ms]

此外,在 运行:

时出现多个错误
yarn run webpack

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1144,39)
      TS1005: ';' expected.

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1144,45)
      TS1109: Expression expected.

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1145,22)
      TS1109: Expression expected.

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1145,38)
      TS1005: ';' expected.

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1145,44)
      TS1109: Expression expected.

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1146,21)
      TS1109: Expression expected.

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1146,37)
      TS1005: ';' expected.

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1146,43)
      TS1109: Expression expected.

ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts
[tsl] ERROR in /var/www/html/pim-community-standard/node_modules/@types/babel__traverse/index.d.ts(1148,1)
      TS1128: Declaration or statement expected.
error Command failed with exit code 2.

请帮忙。

谢谢,

最后,我能够解决这个问题并在 Ubuntu 16.04 上成功设置 Akeneo。

根据官方文档,不再支持 4.0 之前的版本。

我安装并设置了“Akeneo PIM Community Edition v4.0”并按照官方的每个步骤进行操作URL:

https://docs.akeneo.com/latest/install_pim/manual/system_requirements/system_install_ubuntu_1804.html

棘手的部分是:

/etc/php/7.3/fpm/pool.d/www.conf
/etc/apache2/sites-available/akeneo-pim.local.conf

谢谢,