How can I use chrome in my project?

Question:
My project uses puppeter chromium, but I get an error when I try to start it in my project,How can I solve it?

Add the dependencies to replit.nix. Here you could run in Shell

sed -i '/^  ];/i\    pkgs.chromium' replit.nix
3 Likes

Thanks, but how do I reference its executable in my project? What is the catalog?

Running that in Shell should mean that you can reference the executable as chromium

2 Likes


This occurs after the execution of chromium