chatgpt-chrome-extension icon indicating copy to clipboard operation
chatgpt-chrome-extension copied to clipboard

how to get it to work on brave?

Open minipanther555 opened this issue 2 years ago • 2 comments

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

minipanther555 avatar Jan 14 '23 05:01 minipanther555

Same error

mrjamesbos avatar Jan 16 '23 18:01 mrjamesbos

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

dipaksinha1 avatar Jan 24 '23 04:01 dipaksinha1