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.48k stars 1.55k forks source link

vue-cli · [.babelrc] Missing helper: "testing" #748

Open Pablodotnet opened 5 years ago

Pablodotnet commented 5 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.

Receive this message when trying to run vue init simulatedgreg/electron-vue project-name vue-cli · [.babelrc] Missing helper: "testing" #

How can I reproduce this problem?

Follow the installation guide and receive the error. #

If visual, provide a screenshot.

#

Tell me about your development environment.

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

rafalolszewski94 commented 4 years ago

Got the same issue more than a year later.

Using MacOS Catalina

fpauser commented 4 years ago

This also happens on fedora linux. Using asdf to manage node versions and yarn as node package manager.

AsakuraMizu commented 4 years ago

Please use vue-cli instead of @vue/cli.

I got this issue while I'm use @vue/cli, but when I remove it and install vue-cli instead, it works.

lifedever commented 3 years ago

Please use vue-cli instead of @vue/cli.

I got this issue while I'm use @vue/cli, but when I remove it and install vue-cli instead, it works.

how do?