sambaiz / puppeteer-lambda-starter-kit

Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.
MIT License
580 stars 82 forks source link

Latest release breaks semantic versioning #22

Closed russelldc closed 6 years ago

russelldc commented 6 years ago

Trying to run any npm command results in:

npm ERR! Invalid version: "1.1.1.1"

As far as I can tell, only 3 numbers are allowed for semantic versioning.

bonkeenu commented 6 years ago

This problem happened to me ;(

russelldc commented 6 years ago

@bonkeenu to fix this in the meantime, you can just edit the package.json file and remove the last ".1" from the version tag.

sambaiz commented 6 years ago

fixed