前提・実現したいこと
create-react-app の実行時にエラーが発生しておりその部分は解決できないです。。
ご教授願います。。。
発生している問題・エラーメッセージ
my-userMBP:react my-user$ npx creat-react-app myapp npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/creat-react-app - Not found npm ERR! 404 npm ERR! 404 'creat-react-app@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: npm ERR! /Users/my-user/.npm/_logs/2020-02-07T01_30_24_528Z-debug.log コード[ 'creat-react-app@latest' ]で1のインストールに失敗しました
該当のソースコード
試したこと
https://stackoverflow.com/questions/50732295/npm-install-reactjs-app-npm-err-code-e404/50732340
に記載のあるように
npm install -g create-react-app と
create-react-app amber-web を実行しましたが変わらずです。
その他のサイトも同じ回答が多く解決しない為質問させていただきました。
補足情報(FW/ツールのバージョンなど)
node -v
v12.15.0
npm -v
6.13.4
回答1件
あなたの回答
tips
プレビュー