I generally use npm install to build node_modules. But for some reasons I removed node_modules folder, updated the node to v12.8.1 and did yarn install.
Then on I am getting the below errors.
Can someone help me with this?
Delete package-lock.json, yarn-lock.json files and node_modules folder. Again run npm install and check whether error persists.