Hey friends!
I’ve been going through the frontend developer course and have made it to React part 1. I’m trying to make my first react app with the terminal (I’m coding on macOS) and getting this response:
npx create-react-app myfirstreactapp
Need to install the following packages:
Ok to proceed? (y)
npm error code EEXIST
npm error syscall mkdir
npm error path /Users/nickbeaken/.npm/_cacache/content-v2/sha512/fe/bf
npm error errno EEXIST
npm error Invalid response body while trying to fetch https://registry.npmjs.org/wrappy: EACCES: permission denied, mkdir ‘/Users/nickbeaken/.npm/_cacache/content-v2/sha512/fe/bf’
npm error File exists: /Users/nickbeaken/.npm/_cacache/content-v2/sha512/fe/bf
npm error Remove the existing file and try again, or run npm
npm error with --force to overwrite files recklessly.
npm error A complete log of this run can be found in: /Users/nickbeaken/.npm/_logs/2024-11-15T00_29_32_021Z-debug-0.log
I was wondering if anyone could help my out here.