Migrate from chrome-aws-lambda to chromium
Closed this issue · 0 comments
hspencer77 commented
Due to some errors seen recently in some of the lambda builds, stumbled upon what could be the core of the issue:
To configure your current shell, run:
source "$HOME/.cargo/env"
npm WARN deprecated uuid@3.3.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated @sparticuz/chrome-aws-lambda@17.1.3: @sparticuz/chrome-aws-lambda is deprecated. Please migrate to @sparticuz/chromium
Its recommended to migrate from chrome-aws-lambda
to chromium
.
This package has been deprecated in favor of @sparticuz/chromium. This new package doesn't need to be updated with each puppeteer version, and should have better compatibility with other test runners like playwright. Please see the migration guide here. Please migrate to this new package.