Answers for "! error: cannot find module 'child-process-promise'"

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 "! error: cannot find module 'child-process-promise'"

Browse Popular Code Answers by Language