Search code examples
reactjscreate-react-app

create-react-app - why discrepancy with version listed between NPM and Github?


On the NPM registry, create-react-app version is listed as 1.4.3.

On Github, the latest version is listed as 1.0.17.

Why is there a discrepancy, and how can I correlate the two?


Solution

  • check here: https://github.com/facebookincubator/create-react-app/blob/master/packages/create-react-app/package.json

    inside there is the version property... with value 1.4.3