// Delete node_modules then run... npm install --no-optional // Or run yarn rm -fr node_modules rm -fr package-lock.json npm cache clean --force npm install // or rm -fr node_modules yarn install