-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Node.js v19 #14
Comments
I created a node container and when I run command
The api.type in local.json file has been set to unofficial. |
|
As the error message indicates, puppeteer did not find a chromium browser binary for the arm64 platform. You can set "PUPPETEER_SKIP_DOWNLOAD" environmental variable to skip downloading the browser. |
yeah, I have done. But Error [ERR_MODULE_NOT_FOUND] as I mentioned above stopped me. |
Node.js v19 has removed the |
Fixed by e35075a |
I want to use docker to build this project, but there is no .env file. Did you forget to add it to the project?
The text was updated successfully, but these errors were encountered: