Latest node.js Version. What's the proper way to be using node 18.17?
Hi, I was wondering if it was possible to use node 18.17 on railway? IF so, mind sharing some details?
7 Replies
Project ID:
1d5edfc1-e62a-4374-b521-39406854b371
1d5edfc1-e62a-4374-b521-39406854b371
Hello, you can override the version by setting a NIXPACKS_NODE_VERSION env variable or configuring package.json.
https://nixpacks.com/docs/providers/node
Only a major version can be specified. For example, 14.x or 14.
Node | Nixpacks
App source + Nix packages + Docker = Image
Although I think node 18.12.1 is the latest one. Is there a way to bump this up bigger than 18.13~18.14?
This is what Im currently getting on build time
Looks like upgrading the
nixpkgsArchive
seemed to have worked.Solution
This one seemed to have worked if anyone else is interested:
Great glad you got it working. note: I'm just some random dude, not affiliated with railway. A conductor might see this and give you a much better answer. 👍
they arrived at the correct solution, I was just gonna go get the nixpacks archive for their desired version