Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

2
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.

create-react-app で "Error: EPERM: operation not permitted, uv_cwd" とエラーが起きる原因と対処法

Posted at

概要

書類フォルダ内に

npx create-react-app XXX

でフォルダを作成したところ、以下のエラーが起きた

Error: EPERM: operation not permitted, uv_cwd

原因

原因はいくつかあるが、その中の一つである

ターミナルから書類フォルダへのアクセス許可されていなかった

という原因に当てはまった

解決

下記の設定画面に移動
環境設定 > セキュリティとプライバシ > ファイルとフォルダ

ターミナルの"書類フォルダ"のアクセス許可にチェックする

無事、create-react-appを行うことができた

2
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

Qiita Conference 2025 will be held!: 4/23(wed) - 4/25(Fri)

Qiita Conference is the largest tech conference in Qiita!

Keynote Speaker

ymrl、Masanobu Naruse, Takeshi Kano, Junichi Ito, uhyo, Hiroshi Tokumaru, MinoDriven, Minorun, Hiroyuki Sakuraba, tenntenn, drken, konifar

View event details
2
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?