pofider / phantom-html-to-pdf

Highly scalable html to pdf conversion using phantom workers
MIT License
159 stars 33 forks source link

Module not found: Can't resolve 'cluster' in... #102

Open Ajmaljalal opened 5 years ago

Ajmaljalal commented 5 years ago

I installed phantom-html-to-pdf on windows. I am using it in the client side. it throw this error ./node_modules/net-cluster/lib/utils.js Module not found: Can't resolve 'cluster' in

any suggestions?

thanks

pofider commented 5 years ago

What you mean by "using it client side" ?

cluster is nodejs native module for very long time so that error doesn't make sense to me.