Node JS not updated

When i require the Discord anti-spam package in my code in console says that i need to update the node.
how i fix this?

You can update which version of node you’re using in your package.json file – add it under engines with something like this:

"engines": {
  "node": "10.0.0^"
}
1 Like

ok thanks for helping me

2 Likes