Code MODULE_NOT_FOUND
In project folder running the npm init this error show. Image
Try deleting all of the dependencies of your project and reinstalling node with the following commands:
rm -rf node_modules npm install