Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

[dependency error] No matching version found for require-from-string@^1.1.0 #15

Open
koddr opened this issue Jan 6, 2018 · 0 comments

Comments

@koddr
Copy link

koddr commented Jan 6, 2018

Hello.

In my package.json:

...
  "dependencies": {
    "vue": "^2.5.13",
    "parcel-bundler": "^1.4.1",
    "parcel-plugin-vue": "^1.5.0",
    "vue-template-compiler": "^2.5.13"
  },
  "devDependencies": {
    "babel-preset-env": "^1.6.1"
  }
...

After npm install at clean project I see this error:

$ npm install

npm ERR! code ETARGET
npm ERR! notarget No matching version found for require-from-string@^1.1.0
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 'cosmiconfig'
npm ERR! notarget 
...

When I delete parcel-plugin-vue from package.json dependencies — everything is okay.
How to solve this?

Software Version(s)
parcel-plugin-vue 1.5.0
Parcel 1.4.1
Vue 2.5.13
Node 9.3.0
npm/Yarn 5.6.0
Operating System macOS 10.13.2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants