We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
What's your version of node?
This looks like an issue with an old version maybe? because child_process is native to node.
child_process
Sorry, something went wrong.
"Client" sounds as if you are trying to run wkhtmltopdf in the browser, this cannot work. You need to execute it on your server.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: