Issue
When I'm trying to install create-react-app, I'm getting this kinda 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 got it I updated NPM and node ~ Thanks
Answered By - George Bobby
Answer Checked By - - Clifford M. (ReactFix Volunteer)