when npm run start, I got error like this. Error: This dependency was not found: * child_process in ./node_modules/wkhtmltopdf/index.js i have tried install "npm install --save child_process" but still got the same error. what should i do? 
when npm run start, I got error like this.
Error: This dependency was not found: * child_process in ./node_modules/wkhtmltopdf/index.js
i have tried install "npm install --save child_process"

but still got the same error. what should i do?