Search code examples
create-react-app

npm start error: EPERM: operation not permitted, mkdir 'C:\Windows\System32\robinhood\node_modules\.cache'


I ran npx create-react-app robinhood in VS Code, I opened the project and then ran npm start. The screen displays correctly for a moment and then leads to the following error: error

VS compile error

The npm version is 7.24.0

Help!


Solution

  • I fixed the issue by allowing Full Control to the Users group: solution