Search code examples
reactjscreate-react-appnpx

Why this error come when useing npx create-react-app my-app?


When I'm trying to install create-react-app, I'm getting this error

Copyright (C) 2015 Microsoft Corporation. All rights reserved.

PS C:\Users\George Bobby> npx create-react-app my-app
Error: EPERM: operation not permitted, mkdir 'C:\Users\George'
command not found: create-react-app
PS C:\Users\George Bobby>

Solution

  • I updated NPM and node ~ Thanks