Stuck in update

Describe the issue/error/question

tryin to update n8n via npm update

gets stuck in reify:n8n-nodes-base: timing reifyNode:node_modules/monaco-editor Completed in 28249ms

What is the error message (if any)?

No error message just stuck

Please share the workflow

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 0.198.0 β†’ 198.2
  • **Database you’re using (default: SQLite):**sqllite
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: npm

Hey Kool,
sorry to hear you are having problems. I could update n8n to 0.198.2 without any problems. Did you try a global uninstall/install?

npm uninstall n8n -g
npm install n8n -g

Be aware that we released version 0.199.0 with node canvas experience improvements.

Hi,

After several tries it worked. Not sure why it at first was stuck in the last process.

2 Likes