client icon indicating copy to clipboard operation
client copied to clipboard

yarn install almost done but then stops for no reason

Open FuckingToasters opened this issue 3 years ago • 0 comments

Hi, as the title saysm i got a few issues which i managed to solve by myself however now there is an issue, where i don't know how i should solve it. Hopefully someone here can help me there (i not worked in any other language than python so far)

question Which command would you like to run?: windows
$ react-native run-windows
Get-ChildItem : Der Pfad "D:\Common7\IDE\Extensions\" kann nicht gefunden werden, da er nicht vorhanden ist.
In D:\Private\Downloads\Fosscord-Client\node_modules\react-native-windows\Scripts\rnw-dependencies.ps1:174 Zeichen:19
+ ...   $natvis = Get-ChildItem "$vsPath\Common7\IDE\Extensions\cppwinrt.na ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (D:\Common7\IDE\Extensions\:String) [Get-ChildItem], ItemNotFoundExcepti
   on
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

 √ Auto-linking...
Success: No auto-linking changes necessary. (3382ms)
 ‼ No public VS release found
 i Trying pre-release VS
 × Could not find MSBuild with VCTools for Visual Studio 16.7 or later. Make sure all required components have been installed
 × It is possible your installation is missing required software dependencies. Dependencies can be automatically installed by running D:\Private\Downloads\Fosscord-Client\node_modules\react-native-windows\scripts\rnw-dependencies.ps1 from an elevated PowerShell prompt.
For more information, go to http://aka.ms/rnw-deps
Re-run the command with --logging for more information
Your session id was ee4aeb4956a1fc0f794f30c8bb6a0c87
error Command failed with exit code 500.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
PS D:\Private\Downloads\Fosscord-Client>  D:\Private\Downloads\Fosscord-Client\node_modules\react-native-windows\scripts\rnw-dependencies.ps1
Get-ChildItem : Der Pfad "D:\Common7\IDE\Extensions\" kann nicht gefunden werden, da er nicht vorhanden ist.
In D:\Private\Downloads\Fosscord-Client\node_modules\react-native-windows\scripts\rnw-dependencies.ps1:174 Zeichen:19
+ ...   $natvis = Get-ChildItem "$vsPath\Common7\IDE\Extensions\cppwinrt.na ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (D:\Common7\IDE\Extensions\:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Checking Free space on D: > 15 GB                            OK
Checking Installed memory >= 16 GB                           OK
Checking Windows version > 10.0.16299.0                      OK
Checking Developer mode is on                                OK
Checking Long path support is enabled                        OK
Checking Choco                                               OK
Checking git                                                 OK
Checking Compilers, build tools, SDKs and Visual Studio     Failed
Do you want to install? [y/N]: y

FuckingToasters avatar May 14 '22 08:05 FuckingToasters