## 🐛 Bug Report `yarn check` prints out two warnings when installing the latest Jest 24.4.0 packages. ## To Reproduce Install the latest Jest 24.4.0 packages. Observe these warnings: ``` warning "jest > jest-cli > @jest/core > jest-resolve-dependencies@24.4.0" has unmet peer dependency "jest-resolve@^24.1.0". warning "jest > jest-cli > jest-config > jest-resolve@24.4.0" has unmet peer dependency "jest-haste-map@^24.0.0". ``` ## Expected behavior No warnings. ## Run `npx envinfo --preset jest` Paste the results here: ```bash $ npx envinfo --preset jest Error: EPERM: operation not permitted, mkdir <redacted> TypeError: Cannot read property 'get' of undefined ```