I am trying to install the latest jest version but its not possible.
npm install --save-dev jest
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @jest/core@^24.8.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 'jest-cli'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Riccardo Ferreira\AppData\Roaming\npm-cache\_logs\2019-06-18T10_29_54_694Z-debug.log
'npm install --save-dev jest'
It's there: https://www.npmjs.com/package/@jest/core/v/24.8.0. 馃し鈥嶁檪
Blame npm client or just use Yarn :)