You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking for git executable in PATH
Ok
C:\Program Files\Git\cmd\git.EXE
Checking for global bin folder in PATH
Ok
C:\Users\User\AppData\Roaming\npm
PS C:\Users\User\Desktop\mynewapp> npx create-react-app myapp
npm error code ENOENT
npm error syscall spawn C:\Program Files\MySQL\MySQL Server 8.0\bin
npm error path C:\Users\User\Desktop\mynewapp
npm error errno -4058
npm error enoent spawn C:\Program Files\MySQL\MySQL Server 8.0\bin ENOENT
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: C:\Users\User\AppData\Local\npm-cache_logs\2024-10-13T04_41_17_242Z-debug-0.log
PS C:\Users\User\Desktop\mynewapp>
The text was updated successfully, but these errors were encountered:
Really need help here
PS C:\Users\User\Desktop\mynewapp> npm doctor
Connecting to the registry
Ok
Checking npm version
Ok
current: v10.9.0, latest: v10.9.0
Checking node version
Ok
current: v20.18.0, recommended: v20.18.0
Checking configured npm registry
Ok
using default registry (https://registry.npmjs.org/)
Checking for git executable in PATH
Ok
C:\Program Files\Git\cmd\git.EXE
Checking for global bin folder in PATH
Ok
C:\Users\User\AppData\Roaming\npm
PS C:\Users\User\Desktop\mynewapp> npx create-react-app myapp
npm error code ENOENT
npm error syscall spawn C:\Program Files\MySQL\MySQL Server 8.0\bin
npm error path C:\Users\User\Desktop\mynewapp
npm error errno -4058
npm error enoent spawn C:\Program Files\MySQL\MySQL Server 8.0\bin ENOENT
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: C:\Users\User\AppData\Local\npm-cache_logs\2024-10-13T04_41_17_242Z-debug-0.log
PS C:\Users\User\Desktop\mynewapp>
The text was updated successfully, but these errors were encountered: