SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.46k stars 1.54k forks source link

Unable to install `vue-devtools` on m1 macbook pro running electron vue #1071

Closed jyooi closed 3 years ago

jyooi commented 3 years ago

Found an issue or bug with electron-vue? Tell me all about it!

Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.

Describe the issue / bug.

Unable to install vue-devtools: Error: Exited with code 9 #

How can I reproduce this problem?

when running the project. #

If visual, provide a screenshot.
Screenshot 2021-03-02 at 10 55 50 PM

#

Tell me about your development environment.

If you are looking to suggest an enhancement or feature, then feel free to remove everything above.

mehboobsamnani commented 3 years ago

Hey @jyooi did your issue got solved , care to explain the solution please ?

jyooi commented 3 years ago

Hi @mehboobsamnani, yeah i have solve this issue by simply update the electron-devtools-installer to latest version , I hope it help

mehboobsamnani commented 3 years ago

Hi @mehboobsamnani, yeah i have solve this issue by simply update the electron-devtools-installer to latest version , I hope it help

thanks mate it did help.