-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Cannot find module 'typescript'
after upgrade to 22.6.2
#269
Comments
I got the warning that I need ...so I installed it in my devDeps, but now I get this error: #268 |
I guess it needs to be a peerDep because the version of typescript may differ per repo, but at least it should ignore missing typescript for repos that don't use typescript |
Should be a new release whenever https://www.githubstatus.com/incidents/nf4gcjtcsqdb is gone |
🎉 This issue has been resolved in version 22.6.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
….6.3) There was a small hiccup with Typescript dependencies but should be fixed now. See: jest-community/eslint-plugin-jest#269 kiwicom-source-id: 196c2156fa118cb1a6defe708cec484c6fb42d96
Looks like
typescript
also needs to be moved todependencies
The text was updated successfully, but these errors were encountered: