How to upgrade Node.js if I use docker-compose server installation

Found out that my node.js version is 16.19.1, which is not enough for some npm libs.

I need v 18 to install LangChain lib.

How can I upgrade my node.js if I used docker-compose server installation? Will it be it stable after possible upgrade?

Hey @artildo,

We don’t fully support Node 18 so I would expect you to see some issues. You can’t upgrade the version in the image we ship but you can always try making your own custom image for it.

1 Like

Got it, @Jon

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.