adieuadieu / serverless-chrome

🌐 Run headless Chrome/Chromium on AWS Lambda
MIT License
2.86k stars 280 forks source link

Can't find version 1.0.0-60 on npm #287

Open Tom5om opened 3 years ago

Tom5om commented 3 years ago

Hi There, I am having the issue that is unable to launch chrome which looks like multiple users have had. I think it was fixed in a PR, however I can't get 1.0.0-60

npm ERR! code ETARGET
npm ERR! notarget No matching version found for serverless-plugin-chrome@1.0.0-60

I downloaded and installed the example like this:

serverless create -u \
  https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/aws

And then ran npm install, but it doesn't work

bilalsedeff commented 3 years ago

same here

bscaspar commented 3 years ago

The latest version on npm appears to be 1.0.0-55.3, update your package.json file with that version and it should work.

@botsimo it appears that every build that increases this package version from 1.0.0-55.3 is broken. That seems related, should we just plan on keeping the version at 1.0.0-55.3 until further notice?

twistypigeon commented 3 years ago

@adieuadieu ☝️