Published
- 1 min read
define node version in package.json
The solution for this is noted below
define node version in package.json
Solution
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=16.0.0 <17.0.0"
},
Try other methods by searching on the site. That is if this doesn’t work