When starting the server, I get prompted with this error and I don’t know what to do, I haven’t changed anything. I just imported the installer followed the steps with this tutorial: https://www.youtube.com/watch?v=3dB-d1Jo_Mk.
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
> Portfolio@1.0.0 start
> vite --host
'O' is not recognized as an internal or external command,
operable program or batch file.
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'C:\Users\mattt\AppData\Roaming\Unity\Games\vite\bin\vite.js'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
What can I do to fix this?
by user 590771341972733963