I just updated to v1.66.0 (on NPM) and I notice that I’m seeing DEV in certain places now:
Is there a way to remove this?
I just updated to v1.66.0 (on NPM) and I notice that I’m seeing DEV in certain places now:
Is there a way to remove this?
It looks like your topic is missing some important information. Could you provide the following if applicable.
happening to me too
Was this not happening before 1.66?
npm releases are aware of what release channel they are on.
n8n’s docker images explicitly sets the release type.
You can set the env variable N8N_RELEASE_TYPE=stable
to fix this.
But considering that we don’t recommend running npm version of n8n in production, I’d recommend switching to the docker version instead.
No it wasn’t happening before. Ran the typical npm upgrade command for n8n like I have recently npm update -g n8n
which has previously always updated to the latest version not the next version. I’ll add that parameter and revert to the previous version I was on.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.