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?
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.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.