The versions of @babel/core and @babel/preset-es2015 in package.json are incompatible causing the application to break and thus npm install is not working.
TODO-
Update both packages to the latest version.
Remove the package unless it doesn't break the application.
The versions of @babel/core and @babel/preset-es2015 in package.json are incompatible causing the application to break and thus npm install is not working.
TODO-