Jest: No compatible version found: append-transform@^0.4.3

Created on 21 Mar 2017  路  7Comments  路  Source: facebook/jest

I can\'t install jest: npm i -D jest
error message:

npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "-D" "jest"
npm ERR! node v6.9.5
npm ERR! npm  v3.10.10
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: append-transform@^0.4.3
npm ERR! notarget Valid install targets:
npm ERR! notarget 0.4.0, 0.3.0, 0.2.2, 0.2.1, 0.2.0
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
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 'istanbul-lib-hook'
npm ERR! notarget

All 7 comments

+1 ..... It works few days ago...

+1....cannot not install now

@just-me-cy @john-hu @JIM-CHEN this should have been fixed about 30 minutes ago when istanbul-api was rolled back;

There is also now a new version of istanbul-api published without this append-transform dependency.

@bcoe thanks.. It works now.

@john-hu @JIM-CHEN @just-me-cy, see https://github.com/lerna/lerna/issues/698 if you're curious about what happened.

@bcoe it works now
thank you

@bcoe thanks for taking care of this!
i'm really happy that istanbul is finally moving to monorepo! :)

Was this page helpful?
0 / 5 - 0 ratings