chatgpt-chrome-extension
chatgpt-chrome-extension copied to clipboard
how to get it to work on brave?
sorry if this is too beginner but I get the following error when running node server.js
PS C:\Users\Asus\chatgpt-chrome-extension> node server.js C:\Users\Asus\chatgpt-chrome-extension\node_modules\puppeteer-core\lib\cjs\puppeteer\node\BrowserRunner.js:299 reject(new Error([ ^
Error: Failed to launch the browser process! spawn C:\Program Files\Google\Chrome\Application\chrome.exe ENOENT
i tried copying the brave.exe path and pasting it in a few locations but it didnt work
appreciate any advice, thanks
Same error
Delete your node modules folder and run "npm install" in your root directory.