Why does adding this to my site cause issues with it? I need node.js to use as a database

image

I used the add package button to add it as well

what issue did it cause? you can also change the node version with the engines.node property in package.json

what version should I change it to and it legit just makes the site not load

here I found a help article on how to do it

theres a red 1

l used the add package bu

"engines": {
  "node": ">=16"
}

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