Installation #5540
Replies: 2 comments
-
Even after a success, these are the errors Failed to import route / for project default-project with reason Error: Unknown variable dynamic import: ./projects/default-project/xrengine.config.ts |
Beta Was this translation helpful? Give feedback.
-
Failed to import route / for project default-project with reason Error: Unknown variable dynamic import: ./projects/default-project/xrengine.config.ts Can anyone help please |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have been trying to install the code to Ubuntu 18 and getting issues with some repos.
#27 63.83 [rollup-plugin-dynamic-import-variables] Unexpected token (33:26)
#27 63.83 file: /app/packages/server-core/src/appconfig.ts:33:26
#27 63.84 error during build:
#27 63.84 SyntaxError: Unexpected token (33:26)
#27 63.84 at Parser.pp$4.raise (/app/node_modules/rollup/dist/shared/rollup.js:19636:13)
Can you kindly let me know the steps for installation.
I am building with
DOCKER_BUILDKIT=1 docker build -t xrengine --build-arg MYSQL_USER=server --build-arg MYSQL_PASSWORD=password --build-arg MYSQL_HOST=127.0.0.1 --build-arg MYSQL_DATABASE=xrengine --build-arg MYSQL_PORT=3304 --build-arg VITE_SERVER_HOST=127.0.0.1 --build-arg VITE_SERVER_PORT=3030 --build-arg VITE_GAMESERVER_HOST=127.0.0.1 --build-arg VITE_GAMESERVER_PORT=3031 --build-arg VITE_LOCAL_BUILD=true --build-arg CACHE_DATE="$(date)" --network="host" .
on a public IP
Regards,
Beta Was this translation helpful? Give feedback.
All reactions