Rohit Maurya

Results 1 comments of Rohit Maurya

I had the same problem with node 20x. I created package.json file and add this code to use node 18x version. package.json `{ "engines": { "node": "18.x" } }` The...