1👍
✅
This is a common versioning issue and differences between yarn.lock, node module folders, and package.json. So run
rm -rf node_modules yarn.lock
yarn install
Source:stackexchange.com
1👍
This is a common versioning issue and differences between yarn.lock, node module folders, and package.json. So run
rm -rf node_modules yarn.lock
yarn install