spiritix / php-chrome-html2pdf

A PHP library for converting HTML to PDF using Google Chrome
MIT License
112 stars 29 forks source link

Unable to install on Linux Server #51

Closed iabhitech closed 1 year ago

iabhitech commented 1 year ago

I have successfully added the library in the PHP project but on the server, I'm unable to install this library.

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

image

spiritix commented 1 year ago

As the message says, this is an optional dependency. The library should work without it.