After downgrading node to v18 from 22 and installing the 2.0.0 version of the CLI, after logging in, attempts to run raisely start result in this:
file:///Users/skye/.nvm/versions/node/v18.20.8/lib/node_modules/@raisely/cli/src/helpers.js:91
if (!organisation.private || !organisation.private.localDevelopment) {
^
TypeError: Cannot read properties of undefined (reading 'private')
at informLocalDev (file:///Users/skye/.nvm/versions/node/v18.20.8/lib/node_modules/@raisely/cli/src/helpers.js:91:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async start (file:///Users/skye/.nvm/versions/node/v18.20.8/lib/node_modules/@raisely/cli/src/start.js:191:8)
at async Command.runtime (file:///Users/skye/.nvm/versions/node/v18.20.8/lib/node_modules/@raisely/cli/src/cli.js:18:4)
Node.js v18.20.8
Node v22.17.1 produces the same results.
After downgrading node to v18 from 22 and installing the 2.0.0 version of the CLI, after logging in, attempts to run
raisely startresult in this:Node v22.17.1 produces the same results.