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
Cannot find module 'steiger' or its corresponding type declarations.
There are types at '/XXX/node_modules/steiger/dist/app.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
Thanks for reporting! I don't know why this happens, not off the top of my head, will need to investigate.
But I'm curious why you have moduleResolution: "node". If I remember correctly, "node" is an unfortunate alias for "node10", a hopelessly out-of-date module resolution algorithm, I hope you're not using Node 10 in production still :)
I hope you're not using Node 10 in production still :)
Fortunately, we don't use node10 in production :) I try to up moduleResolution to nodenext, but it requires up module and then I can't build server part of project. But I will try to update the options in my project and will come back if I update them successfully.
Hey! Get a error for project:
We use
moduleResolution
withnode
value.TS config in project:
Do you have any ideas what this happens?
The text was updated successfully, but these errors were encountered: