Answers for "typescript cannot find module child_process"

1

Cannot find module 'child_process'

npm i -D @types/node

// In tsconfig.json
// Add

"types": ["node"]
Posted by: Guest on May-30-2021

Code answers related to "typescript cannot find module child_process"

Browse Popular Code Answers by Language