In my case I have deleted node_modules folder and package-lock.json file from my project.
node_modules
package-lock.json
Then I have installed Node.js modules again by run npm install command.
npm install