前提・実現したいこと
いつものように
npm
1npx create-react-app demo
をnpm上で入力して新しいプロジェクトを作ろうとしたのですが、
このやり方はもうサポートしていません、
こちらのやり方で作ってくださいと言われました。↓
https://create-react-app.dev/docs/getting-started/
しかしサイトに飛ぶとnpxでの作り方が乗っており、今まではこのやり方でできていたので何が間違っているのかわからない状態です。
どなたか知恵をお貸しください。
発生している問題・エラーメッセージ
You are running `create-react-app` 4.0.1, which is behind the latest release (4.0.2). We no longer support global installation of Create React App. Please remove any global installs with one of the following commands: - npm uninstall -g create-react-app - yarn global remove create-react-app The latest instructions for creating a new app can be found here: https://create-react-app.dev/docs/getting-started/ npm ERR! code 1 npm ERR! path /Users/hibitoooon/Documents/deni npm ERR! command failed npm ERR! command sh -c create-react-app demo npm ERR! A complete log of this run can be found in: npm ERR! /Users/hibitoooon/.npm/_logs/2021-02-04T10_21_06_080Z-debug.log```
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
node v14.15.1
npm v7.3.0
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/02/04 11:44
2021/02/04 12:46