matschik / vue-hero-icons

A set of free MIT-licensed high-quality SVG icons, sourced from @tailwindlabs/heroicons, as Vue 2 functional components.
https://vue-hero-icons.netlify.com
MIT License
100 stars 8 forks source link

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

Closed ralf57 closed 3 years ago

ralf57 commented 3 years ago

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 commented 3 years ago

Now fixed in 1.7.2