Nixpacks Ignoring Engines.Node
Hi!
For some reason, nixpacks seems to be ignoring my engines.node in my package.json.
I have set it to use v12 (This is a legacy project) however it just uses v18 anyways. Any idea why this might be?
Thanks!
Solution:Jump to solution
node 14 and below is not supported anymore, you would need to write a dockerfile in order to use node 12
3 Replies