We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS F:\ReactYoutubeThapa> npx create-react-app my-app node:fs:1371 const result = binding.mkdir( ^
Error: EPERM: operation not permitted, mkdir 'F:\ReactYoutubeThapa\my-app' at Object.mkdirSync (node:fs:1371:26) at module.exports.makeDirSync (C:\Users\Sukhdev\AppData\Local\npm-cache_npx\c67e74de0542c87c\node_modules\fs-extra\lib\mkdirs\ma ke-dir.js:23:13) at createApp (C:\Users\Sukhdev\AppData\Local\npm-cache_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:257: 6) at C:\Users\Sukhdev\AppData\Local\npm-cache_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:223:9 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { errno: -4048, code: 'EPERM', syscall: 'mkdir', path: 'F:\ReactYoutubeThapa\my-app' }
Node.js v20.18.0 PS F:\ReactYoutubeThapa>
Please help me
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PS F:\ReactYoutubeThapa> npx create-react-app my-app
node:fs:1371
const result = binding.mkdir(
^
Error: EPERM: operation not permitted, mkdir 'F:\ReactYoutubeThapa\my-app'
at Object.mkdirSync (node:fs:1371:26)
at module.exports.makeDirSync (C:\Users\Sukhdev\AppData\Local\npm-cache_npx\c67e74de0542c87c\node_modules\fs-extra\lib\mkdirs\ma
ke-dir.js:23:13)
at createApp (C:\Users\Sukhdev\AppData\Local\npm-cache_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:257:
6)
at C:\Users\Sukhdev\AppData\Local\npm-cache_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:223:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
errno: -4048,
code: 'EPERM',
syscall: 'mkdir',
path: 'F:\ReactYoutubeThapa\my-app'
}
Node.js v20.18.0
PS F:\ReactYoutubeThapa>
Please help me
The text was updated successfully, but these errors were encountered: