electron-vue icon indicating copy to clipboard operation
electron-vue copied to clipboard

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

Open Pablodotnet opened this issue 7 years ago • 4 comments
trafficstars

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.

Pablodotnet avatar Nov 08 '18 23:11 Pablodotnet

Got the same issue more than a year later.

Using MacOS Catalina

rafalolszewski94 avatar Dec 06 '19 12:12 rafalolszewski94

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

fpauser avatar Jan 16 '20 10:01 fpauser

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.

AsakuraMizu avatar Apr 02 '20 08:04 AsakuraMizu

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?

lifedever avatar Mar 12 '21 03:03 lifedever