I was given the following error when attempting to open a project:
Failed to start the Unity Package Manager local server process. Make sure the process [C:/Program Files/Unity/Hub/Editor/2021.3.30f1/Editor/Data/Resources/PackageManager/Server/UnityPackageManager.exe] is not blocked by Windows Defender or any other anti-virus configuration.
I went through a past post about this and I don’t have firewall or ransomware protection on, I decided to try running it through cmd and was met with this.
C:\unity\2022.3.6f1\Editor\Data\Resources\PackageManager\Server>start UnityPackageManager.exe
C:\unity\2022.3.6f1\Editor\Data\Resources\PackageManager\Server>unitypackagemanager.exe
node:internal/modules/cjs/loader:1029
throw err;
^
Error: Cannot find module 'C:\unity\2022.3.6f1\Editor\Data\Resources\PackageManager\Server\server\app.js'
←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1026:15)←[39m
←[90m at Function.Module._load (node:internal/modules/cjs/loader:871:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)←[39m
←[90m at node:internal/main/run_main_module:22:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
}
I am not knowledgeable enough to decipher this, nor do I know if I did it right!