1

enter image description herenpx create-react-app app shows error that seen in the image

my error is node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module 'ini'

1 Answers1

0

A possible cause for this error could be because you're trying to create a React app in E drive when npm is installed in C drive.

Try running npx create-react-app app in a C drive location.

Here's another helpful SO post on the same topic if the above solution doesn't work.

flyingfishcattle
  • 1,817
  • 3
  • 14
  • 25