Skip to content
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

No Chrome installation found #33

Open
5 tasks done
mbnoimi opened this issue Nov 3, 2022 · 7 comments
Open
5 tasks done

No Chrome installation found #33

mbnoimi opened this issue Nov 3, 2022 · 7 comments

Comments

@mbnoimi
Copy link

mbnoimi commented Nov 3, 2022

Describe the bug

Whenever I start any Vue3/Vite project I get the following error messages:

Cannot read properties of undefined (reading 'newPage')
No Chrome installation found, or no Chrome executable set in the settings

Reproduction

Try to clone this repository https://github.com/StefanVDWeide/pocketbase-vue/

System Info

System:
    OS: Linux 5.15 Linux Mint 21 (Vanessa)
    CPU: (8) x64 Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
    Memory: 9.20 GB / 15.49 GB
    Container: Yes
    Shell: 5.1.16 - /bin/bash
  Binaries:
    Node: 18.12.0 - /usr/bin/node
    npm: 8.19.2 - /usr/bin/npm
  Browsers:
    Firefox: 106.0.3

Used Package Manager

npm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
@mbnoimi
Copy link
Author

mbnoimi commented Nov 3, 2022

BTW, I use the official VSCode flatpak

@skuridin
Copy link

skuridin commented Nov 6, 2022

Did you update VSCode config with path to the chrome executable?

 "browse-lite.chromeExecutable": "/path/to/chrome"

@mbnoimi
Copy link
Author

mbnoimi commented Nov 7, 2022

Did you update VSCode config with path to the chrome executable?

I don't use Chrome. I use Firefox

@skuridin
Copy link

skuridin commented Nov 7, 2022

Did you update VSCode config with path to the chrome executable?

I don't use Chrome. I use Firefox

This extension needs a chromium based browser in order to work.

@mediashock
Copy link

I have the same issue and on a Mac.. I tried every path I could find to chrome on a Mac and it still wont work. Anyone got this working on a Mac? what path did you use?

@skuridin
Copy link

skuridin commented Mar 4, 2023

VSCode now has built-in browser

image

@edmundito
Copy link

I have the same issue and on a Mac.. I tried every path I could find to chrome on a Mac and it still wont work. Anyone got this working on a Mac? what path did you use?

Better late than never, but I recently got rid of Chrome and I'm using Vivaldi (which is chromium based) and all I had to do was to provide the full path:

/Applications/Vivaldi.app/Contents/MacOS/Vivaldi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants