5
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?

npx create-react-appコマンドエラー・対処の記録(ENOENT: no such file or directory, lstat 'C:\Users\ユーザー名\AppData\Roaming\npm')

Posted at

はじめに

React学習開始時,npx create-react-appコマンドが通らなくて苦労したので,エラー・対処内容を記録しておきます.

発生したエラー文:ENOENT: no such file or directory, lstat 'C:\Users\ユーザー名\AppData\Roaming\npm'

エラー文

結論として,「C:\Users\ユーザー名\AppData\Roaming」配下に「npm」フォルダが無いためにエラーが発生していた.
自分の場合は,「Node.js」をインストールしただけでは,「C:\Users\ユーザー名\AppData\Roaming」配下の 「npm」フォルダは作成されていなかった.

対処

「C:\Users\ユーザー名\AppData\Roaming」配下に 「npm」フォルダを作成する.中身は空でもよい.

自分の場合は,色々試行錯誤していて「yarn」をインストールした時に,npmフォルダが自動で生成されていた.

5
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
5
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?