gragland / chatgpt-chrome-extension

A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
MIT License
2.83k stars 455 forks source link

how to get it to work on brave? #20

Open minipanther555 opened 1 year ago

minipanther555 commented 1 year ago

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

mrjamesbos commented 1 year ago

Same error

dipaksinha1 commented 1 year ago

Delete your node modules folder and run "npm install" in your root directory.