Step 1 of your Get Started fails

I’m trying to work through your Get Started sequence here (Get started with Apollo Client - Apollo GraphQL Docs). This sends me on over to Getting Started | Create React App. When I attempt to run the first step, I receive this error:

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template…

npm ERR! code ETARGET
npm ERR! notarget No matching version found for babel-plugin-named-asset-import@0.4.0-next.14+9802941f.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn’t exist.

I’ve tried clearing my cache, and node is up to date on my machine.

Please advise. Thanks.