benawad / typescript-yarn-workspace-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lock dependencies maybe?

deanhiller opened this issue · comments

The current steps do not work for me but that could be because all dependencies are set to '^10.3.2' instead of fixed?

Mine failed on the step 'yarn build' on common project with many many errors (way way too many to list)

../../../node_modules/@types/babel__traverse/index.d.ts:320:27 - error TS1110: Type expected.

320 getAncestry(): [this, ...NodePath[]];