Undefined "babel-helper-vue-jsx-merge-props" version error during installation
ralf57 opened this issue · 1 comments
ralf57 commented
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
Now fixed in 1.7.2