Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Undefined "babel-helper-vue-jsx-merge-props" version error during installation #159

Closed
ralf57 opened this issue Mar 2, 2021 · 1 comment

Comments

@ralf57
Copy link

ralf57 commented Mar 2, 2021

I am getting the following error

npm install @vue-hero-icons/outline                                                                                                                                                                                                                                               10:10:57
npm ERR! code ETARGET
npm ERR! notarget No matching version found for babel-helper-vue-jsx-merge-props@undefined.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@vue-hero-icons/outline'

in a minimal package.json setup

{
  "name": "test-icons",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}

Note: running npm cache clean --force didn't help

@matschik
Copy link
Owner

matschik commented Mar 2, 2021

Now fixed in 1.7.2

@matschik matschik closed this as completed Mar 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants