-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Can't install due to electron dependency #570
Comments
Hi, you can use an electron mirror like the docs says. E.g. |
Unfortunately this does not work for me. I also tried setting the registry to http version and proxy as well to no avail. It is only electron that fails so far. All other npm installs work fine. |
If you are using |
Hi, if your goal is to be able to use devtools in production, you can try using the browser extension, It's easier to use. Usage: https://devtools-next.vuejs.org/guide/browser-extension |
@webfansplz This is what I really wanted to do but we are not allowed to add extensions where I work. Looks like I will have to ask for a change request![at work] |
No matter what method I use to install, I receive an error when it tries to install the electron dependency. "RequestError: read ECONNRESET"
I was successful in loading the vite plugin but I don't think I can use that in my current situation as I have to test in production, so I am trying to install the global stand-alone version and both return the same error
The text was updated successfully, but these errors were encountered: