spiritix / php-chrome-html2pdf

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

npm WARN Invalid version: "1.4" #13

Closed perice closed 5 years ago

perice commented 5 years ago

Hi,

since updating to version 1.4, I'm getting this error:

npm WARN Invalid version: "1.4" npm WARN php-chrome-html2pdf No description npm WARN php-chrome-html2pdf No repository field. npm WARN php-chrome-html2pdf No README data npm WARN php-chrome-html2pdf No license field.

If I change the version from "1.4" to "1.4.0" in package.json, it works.

Best, Peter

spiritix commented 5 years ago

Are you trying to install the package directly from NPM? Actually this is a PHP package and should only be installed using Composer.

perice commented 5 years ago

Nope, just running "composer update" gives me that error.

spiritix commented 5 years ago

I see. Fixing in today's release.