0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

We no longer support global installation of Create React App 解決

Posted at

エラーメッセージ

npx create-react-app を使いたい時に以下のエラーメッセージが表示さば、この記事の手順に従ってください。

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

アンインストール

npm uninstall -g create-react-appを実行してましょう。

次はnpxキャッシュをクリアしましょう:npx clear-npx-cache.

問題が解決しました

これでnpx create-react-app <my-app>は実行出来ます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?