@jmrapin Thank you!

Posts made by aqua-calc
-
RE: SyntaxError: Cannot use import statement outside a module
@julien-f I did fresh install, with config exported from the original xenorchestra server and then imported into the new server
-
RE: SyntaxError: Named export 'format' not found. The requested module 'json-rpc-peer' is a CommonJS module
@deoccultist said in SyntaxError: Named export 'format' not found. The requested module 'json-rpc-peer' is a CommonJS module:
FYI: I've tried the updater too and getting the same failure
-
RE: SyntaxError: Cannot use import statement outside a module
@olivierlambert Still getting the same error:
root@xenorchestra:/opt/xen-orchestra/packages/xo-server# yarn start yarn run v1.22.5 $ node dist/cli.mjs (node:3490) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use `node --trace-warnings ...` to show where the warning was created) /opt/xen-orchestra/packages/xo-server/dist/xapi/mixins/index.js:2 import _gpu, * as __gpu from "./gpu"; ^^^^^^ SyntaxError: Cannot use import statement outside a module at wrapSafe (internal/modules/cjs/loader.js:984:16) at Module._compile (internal/modules/cjs/loader.js:1032:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10) at Module.load (internal/modules/cjs/loader.js:933:32) at Function.Module._load (internal/modules/cjs/loader.js:774:14) at ModuleWrap.<anonymous> (internal/modules/esm/translators.js:199:29) at ModuleJob.run (internal/modules/esm/module_job.js:152:23) at async Loader.import (internal/modules/esm/loader.js:177:24) at async Object.loadESM (internal/process/esm_loader.js:68:5) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
-
SyntaxError: Cannot use import statement outside a module
I'm updating xo-orchestra following this page:
[https://xen-orchestra.com/docs/from_the_sources.html](link url)and getting the following messages:
root@xenorchestra:/opt/xen-orchestra# node -v v14.17.0 root@xenorchestra:/opt/xen-orchestra# npm -v 6.14.13 root@xenorchestra:/opt/xen-orchestra# yarn -v 1.22.5 root@xenorchestra:/opt/xen-orchestra# cd packages/xo-server root@xenorchestra:/opt/xen-orchestra/packages/xo-server# yarn start yarn run v1.22.5 $ node dist/cli.mjs (node:1189) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use `node --trace-warnings ...` to show where the warning was created) /opt/xen-orchestra/packages/xo-server/dist/xapi/mixins/index.js:2 import _gpu, * as __gpu from "./gpu"; ^^^^^^ SyntaxError: Cannot use import statement outside a module at wrapSafe (internal/modules/cjs/loader.js:984:16) at Module._compile (internal/modules/cjs/loader.js:1032:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10) at Module.load (internal/modules/cjs/loader.js:933:32) at Function.Module._load (internal/modules/cjs/loader.js:774:14) at ModuleWrap.<anonymous> (internal/modules/esm/translators.js:199:29) at ModuleJob.run (internal/modules/esm/module_job.js:152:23) at async Loader.import (internal/modules/esm/loader.js:177:24) at async Object.loadESM (internal/process/esm_loader.js:68:5) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
-
RE: Erro de conexao 111 apos upgrade
Are you getting any error message?
-
RE: Latest Xen Orchestra compilation instructions on Cent OS 7?
@TomK FYI: I was able to install Xen Orchestra on Debian 10 without an issue following these instructions: