sindresorhus/parse-json

Error installing parse-json: No matching version found for json-parse-even-better-errors@^2.3.0

keithrz opened this issue · 2 comments

$ npm i parse-json
npm ERR! code ETARGET
npm ERR! notarget No matching version found for json-parse-even-better-errors@^2.3.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 'parse-json'
npm ERR! notarget 

Notice the error specified version 2.3.0. No version of that exists for json-parse-even-better-errors - the latest version is 2.2.0. See below:

$ npm view json-parse-even-better-errors

json-parse-even-better-errors@2.2.0 | MIT | deps: none | versions: 4
JSON.parse with context information on error
https://github.com/npm/json-parse-even-better-errors#readme

keywords: JSON, parser

dist
.tarball: https://nexus-cloud.windlogics.com/repository/npm-public/json-parse-even-better-errors/-/json-parse-even-better-errors-2.2.0.tgz
.shasum: 304d29aa54bb01156a1328c454034ff0ac8a7bf4
.integrity: sha512-2tLgY7LRNZ9Hd6gmCuBG5/OjRHQpSgJQqJoYyLLOhUgn8LdOYrjaZLcxkWnDads+AD/haWWioPNziXQcgvQJ/g==
.unpackedSize: 8.6 kB

maintainers:
- mylesborins <myles.borins@gmail.com>
- ruyadorno <ruyadorno@hotmail.com>
- claudiahdz <cghr1990@gmail.com>
- darcyclarke <darcy@darcyclarke.me>
- adam_baldwin <evilpacket@gmail.com>
- isaacs <i@izs.me>

dist-tags:
latest: 2.2.0  

published 7 months ago by isaacs <i@izs.me>

❯ npm info json-parse-even-better-errors versions
[ '2.0.0', '2.0.1', '2.1.0', '2.2.0', '2.3.0', '2.3.1' ]

Sorry, I must've had json-parse-even-better-errors cached.