latest version (1.0.0-70) not available on npm
See original GitHub issueHi,
It seems that the last available version on npm is 1.0.0-55.3
.
Can you add the latest version 1.0.0-70
to npm please ?
1.0.0-55.3
throws a runtime version error:
Error: The "serverless-plugin-chrome" plugin only supports the Node.js 6.10 or 8.10 runtimes. Your service is using the "nodejs14.x" provider.
and it seems that it has been fixed since then.
Or at least publish 1.0.0-57
if it’s been fixed on this version too.
Thanks in advance and have a nice day!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:5
Top Results From Across the Web
latest-version - npm
Get the latest version of an npm package. Latest version: 7.0.0, last published: 6 months ago. Start using latest-version in your project by ......
Read more >npm - a JavaScript package manager
a package manager for JavaScript. Latest version: 9.2.0, last published: 22 days ago. Start using npm in your project by running `npm i...
Read more >npm
Take your JavaScript development up a notch. Get started today for free, or step up to npm Pro to enjoy a premium JavaScript...
Read more >Try the latest stable version of npm
Try the latest stable version of npm · See what version of npm you're running · Upgrading on *nix (OSX, Linux, etc.) ·...
Read more >Common errors | npm Docs
Broken npm installation; Random errors; No compatible version found; Permissions errors ... npm not running the latest version on a Windows machine ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rlejeune @jeremyhaile I ran into the same issue and ended up swapping over to this library. https://www.npmjs.com/package/chrome-aws-lambda
Does anyone know a workaround?