강의대로 다 설치하고 터미널에서 npx create-react-app 폴더명 이렇게 쳐서 엔터눌렀는데
계속 에러가 뜹니다ㅠㅠ 구글링해보려해도 다 영문으로 되어있어서 모르겠네요..
에러 첨부하겠습니다
Creating a new React app in C:\Users\kimhy\OneDrive\바탕 화면\react-app\react-app.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
added 1354 packages in 1m
168 packages are looking for funding
run npm fund
for details
Aborting installation.
Unexpected error. Please report it as a bug:
Error: EPERM: operation not permitted, lstat 'C:\Users\kimhy\OneDrive'
at Object.realpathSync (node:fs:2486:7)
at toRealPath (node:internal/modules/cjs/loader:394:13)
at Function.Module._findPath (node:internal/modules/cjs/loader:537:24)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:27)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at checkNodeVersion (C:\Users\kimhy\AppData\Roaming\npm\node_modules\create-react-app\createReactApp.js:809:23)
at C:\Users\kimhy\AppData\Roaming\npm\node_modules\create-react-app\createReactApp.js:484:9
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
errno: -4048,
syscall: 'lstat',
code: 'EPERM',
path: 'C:\\Users\\kimhy\\OneDrive'
}
Deleting generated file... node_modules
이런 어마무시한게 뜨네요ㅠㅠ