I have spent several hours trying to figure out the problem.
Ran npm update, npm cache clean --force and npm install several times to see if all the dependencies get installed.
Solution: Make sure you have the latest version of the node running.
@shuklaayush, Thank a TON for your quick help via email.
I got the below error when I cloned the repository and try to execute npm i && npm start
_terser-webpack-plugin/nodemodules/p-limit/index.js:29 } catch {} ^ SyntaxError: Unexpected token {
I have spent several hours trying to figure out the problem. Ran npm update, npm cache clean --force and npm install several times to see if all the dependencies get installed.
Solution: Make sure you have the latest version of the node running.
@shuklaayush, Thank a TON for your quick help via email.