You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Eventually, I fixed it by installing the typescript module locally.
I initialized a new sample project with create-react-app. I noticed that it contained a locally installed typescript module. However, said module was not listed in the freshly generated package.json.
After running npm install -S typescript, things started working again.
Related: #106 but deleting node_modules and re-running npm install didn't fix things for me. Having typescript installed globally didn't help either.