electron-vue
electron-vue copied to clipboard
vue-cli · [.babelrc] Missing helper: "testing"
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.
- Node version: v9.1.0
- NPM version: 5.5.1
- vue-cli version: 2.9.6
- Operating System: MacOS HighSierra
If you are looking to suggest an enhancement or feature, then feel free to remove everything above.
Got the same issue more than a year later.
Using MacOS Catalina
This also happens on fedora linux. Using asdf to manage node versions and yarn as node package manager.
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.
Please use
vue-cliinstead of@vue/cli.I got this issue while I'm use
@vue/cli, but when I remove it and installvue-cliinstead, it works.
how do?