Closed LukeMccon closed 2 years ago
That is weird since it doesn't occur both on my end as well as CI.
Did you try removing all node_modules
and re-installing?
That is weird since it doesn't occur both on my end as well as CI. Did you try removing all
node_modules
and re-installing?
yes I removed all the node_modules and reinstalled them.
I found out what was happening, yarn was resolving typescript ^4.4.4
as typescript 4.7.4
which was giving the error. Manually downgrading to 4.4.4
seems to fix the issue
Describe the bug When running
yarn test
on the latest develop branch (05ee443) I am receiving the error belowTo Reproduce
yarn test
on develop (05ee443)Expected behavior TS compiles, tests pass
Environment: