Error: Debug Failure. outdated ts.resolveTypeReferenceDirectives
signature.
#4407
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
npm start
fails to run server code and throws this error:I fixed this issue by removing
^
from thepackage.json
that would preventnpm install
to fetch the latest typescript version. This should not be the optimal solution but it worked for the time being. What could be the better way to solve it?Beta Was this translation helpful? Give feedback.
All reactions