-
글쓴이글
-
2021년 11월 18일 19:00 #20132
rudgks참가자Creating a new React app in C:\Users\rudgk\OneDrive\바탕 화면\react1\blog.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...added 1901 packages, and audited 1902 packages in 2m
153 packages are looking for funding
runnpm fund
for details27 vulnerabilities (16 moderate, 9 high, 2 critical)
To address all issues, run:
npm audit fixRun
npm audit
for details.
Git repo not initialized Error: Command failed: git --version
at checkExecSyncError (node:child_process:826:11)
at execSync (node:child_process:900:15)
at tryGitInit (C:\Users\rudgk\OneDrive\바탕 화면\react1\blog\node_modules\react-scripts\scripts\init.js:46:5)
at module.exports (C:\Users\rudgk\OneDrive\바탕 화면\react1\blog\node_modules\react-scripts\scripts\init.js:283:7)
at [eval]:3:14
at Script.runInThisContext (node:vm:129:12)
at Object.runInThisContext (node:vm:305:38)
at node:internal/process/execution:81:19
at [eval]-wrapper:6:22
at evalScript (node:internal/process/execution:80:60) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 1288,
stdout: null,
stderr: null
}Installing template dependencies using npm...
added 57 packages, and audited 1959 packages in 6s
154 packages are looking for funding
runnpm fund
for details27 vulnerabilities (16 moderate, 9 high, 2 critical)
To address all issues (including breaking changes), run:
npm audit fix --forceRun
npm audit
for details.
Removing template package using npm...removed 1 package, and audited 1958 packages in 4s
154 packages are looking for funding
runnpm fund
for details27 vulnerabilities (16 moderate, 9 high, 2 critical)
To address all issues (including breaking changes), run:
npm audit fix --forceRun
npm audit
for details.Success! Created blog at C:\Users\rudgk\OneDrive\바탕 화면\react1\blog
Inside that directory, you can run several commands:npm start
Starts the development server.npm run build
Bundles the app into static files for production.
npm test
Starts the test runner.npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!We suggest that you begin by typing:
cd blog
npm startHappy hacking!
PS C:\Users\rudgk\OneDrive\바탕 화면\react1> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\rudgk\OneDrive\바탕 화면\react1/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\rudgk\OneDrive\바탕 화면\react1\package.json'npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoentnpm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\rudgk\AppData\Local\npm-cache\_logs\2021-11-18T09_56_25_552Z-debug.log
PS C:\Users\rudgk\OneDrive\바탕 화면\react1>
<h5>npm start 에러 ....16버전 17버전 다시깔고 구글링해봐도 모르겟네요..</h5> -
글쓴이글
- 답변은 로그인 후 가능합니다.