Nixpacks Ignoring Engines.Node
utsa-acm
HOBBYOP

2 years ago

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!

2 Replies

utsa-acm
HOBBYOP

2 years ago

0d20c18a-47d6-45ee-be99-56666d3838e3


brody
EMPLOYEE

2 years ago

node 14 and below is not supported anymore, you would need to write a dockerfile in order to use node 12


Loading...