Reactの環境構築をしたいのですがフォルダを作って

npx create-react-app tutorial
cd turotial
npm start

としてみたのですが npm start後、localhost3000を表示する途中で「このサイトにアクセスできません」と出てしまいます。

npmのバージョンは6.9.0,nodeのバージョンはv12.0.0です。

以下エラーメッセージです。解決策を教えていただければ幸いです。

Fatal error in , line 0
Check failed: U_SUCCESS(status).
FailureMessage Object: 00000066E18FD9C0npm ERR! code ELIFECYCLE
npm ERR! errno 3221225477
npm ERR! tutorial@0.1.0 start: react-scripts start
npm ERR! Exit status 3221225477
npm ERR!
npm ERR! Failed at the tutorial@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.