Solution
- Try to
npm
upgrade to the latest version first - Delete the
node_modules
directory under the project path - Forcibly delete the
npm
cache and then reinstall
npm cache clean --force
npm
upgrade to the latest version firstnode_modules
directory under the project pathnpm
cache and then reinstallnpm cache clean --force