StephenGrider / rn-casts

Companion Repo for a React Native course on Udemy
https://www.udemy.com/the-complete-react-native-and-redux-course
865 stars 472 forks source link

can i have a updated rn-starter ? #6

Open shawrman opened 4 years ago

shawrman commented 4 years ago

the one he gave in udemy is not updated here is the eror to the actual version of core-js@3. npm ERR! code ETARGET npm ERR! notarget No matching version found for react@~r.9.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! A complete log of this run can be found in: PS F:\web downloads\original\rn-starter> npm install react@~r.9.0. npm ERR! code ETARGET npm ERR! notarget No matching version found for react@~r.9.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.

w3b-net-au commented 4 years ago

It looks like you are trying to download a React package with a version number that doesn't exist.

Can you show the command line you used and your package.json file? See also here:

https://stackoverflow.com/questions/55606841/how-to-update-core-js-to-core-js3-dependency