You can make sure people run the right version of node by adding this to your package.json.
{
"engines": {
"node": ">=16.0.0 <17.0.0"
}
}You can make sure people run the right version of node by adding this to your package.json.
{
"engines": {
"node": ">=16.0.0 <17.0.0"
}
}