I had some conflicts while installing the dependencies.
Clean Installed Dependencies:
Remove node_modules and package-lock.json (or yarn.lock if you're using Yarn), then reinstall all dependencies.
rm -rf node_modules package-lock.json
npm install