flowise crashes on startup on my Ubuntu Linux 22.04 system. #218
Closed
redmage123
started this conversation in
General
Replies: 1 comment
-
Never mind. I fixed it. I had a down-revved version of node. Upgrading it fixed the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running npx flowise start gives me the following error:
/home/username/.npm/_npx/8b95a19c5c9c8708/node_modules/@oclif/core/lib/command.js:41
delete this.globalFlags?.json;
^
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
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. (/home/bbrelin/.npm/_npx/8b95a19c5c9c8708/node_modules/@oclif/core/lib/index.js:6:19)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
Can anyone tell me what's the problem and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions