ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

Warning when TS resolver detects node builtin, yet @types/node was not resolved

Open cspotcode opened this issue 4 years ago • 0 comments

We can log a helpful warning when code tries to use TS builtin modules and yet @types/node was not resolved. Either resolution was never attempted or resolution failed. We can log the source of the import and some tips to fix the problem.

cspotcode avatar Sep 06 '21 18:09 cspotcode