1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
I would say that TypeScript is complaining because some node type definitions are missing. Could you execute npm install --save-dev @types/node
and try again?
Relevant content
- asked 3 years ago
- Accepted Answerasked 10 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- How can I resolve the "ERROR: ˂module/extension˃ must be loaded via shared_preload_libraries" error?AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
I tried
npm install --save-dev @types/node
this command but still the error persists. Can you suggest me any other solutionsI'm sorry to hear that. What error do you have after executing the command? Take a look at the solution proposed in this article, it may help you.