I am trying to create a qooxdoo project using the documentation. when I install @qooxdoo/framework either globally or locally via npm install I get the following error when I run npx qx
internal/url.js:258 throw new ERR_INVALID_URL(input); ^
TypeError [ERR_INVALID_URL]: Invalid URL: eslintrc.cjs at onParseError (internal/url.js:258:9) at new URL (internal/url.js:334:5) at Object.<anonymous> (/usr/local/lib/node_modules/@qooxdoo/framework/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2359:191) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/usr/local/lib/node_modules/@qooxdoo/framework/node_modules/eslint/lib/cli-engine/cli-engine.js:33:5) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) { input: 'eslintrc.cjs', code: 'ERR_INVALID_URL'
}I am on Linux lenovo 5.13.0-19-generic #19-Ubuntu SMP Thu Oct 7 21:58:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 22.04 LTS
Reset to default