microsoft / vscode-react-native

VSCode extension for React Native - supports debugging and editor integration
https://marketplace.visualstudio.com/items?itemName=vsmobile.vscode-react-native
Other
2.63k stars 267 forks source link

[Bug] React-Native-WindowsApp - "No Packager" #1533

Closed starzar closed 3 years ago

starzar commented 3 years ago

πŸ› What is the bug? How can we reproduce it?

On running React-Native-Windowsapp setup on Visual studio code(Windows10/64bit) , the Packager is not found .
All steps provided on this official page were followed. How to resolve this ?

SystemInfo

windows 10
visual studio code v1.54.3
nodejs -v11.6.0
react-native-cli: 2.0.1
react-native: 0.64.0
React Native Tools v1.4.1

Debug output

[Info] Packager started.
[Info] Prewarming bundle cache. This may take a while ...

[Info] About to get: http://localhost:8081/index.bundle?platform=windows

[Warning] The Bundle Cache was prewarmed.

[Info] Building and running application.

 BUNDLE  ./index.js 

[Error] Error: Error while executing command 'f:\Script\React\MyApp\myapp\node_modules.bin\react-native.cmd run-windows --logging --remote-debugging --no-packager': Error while executing command 'f:\Script\React\MyApp\myapp\node_modules.bin\react-native.cmd run-windows --logging --remote-debugging --no-packager' (error code 101)

Environment

Please tell us about your system and your project:

Common
 βœ“ Node.js
 βœ“ npm

Android
 βœ– JDK
   - Version found: N/A
   - Version supported: >= 8
 βœ“ Android Studio - Required for building and installing your app on Android
 βœ– Android SDK - Required for building and installing your app on Android
   - Versions found: N/A
   - Version supported: 29.0.3
 βœ– ANDROID_HOME

  System:
    OS: Windows 10 10.0.18363
    CPU: (12) x64 AMD Ryzen 5 3600 6-Core Processor
    Memory: 11.89 GB / 15.95 GB
  Binaries:
    Node: 11.6.0 - C:\Program Files\nodejs\node.EXE
    npm: 6.5.0-next.0 - C:\Program Files\nodejs\npm.CMD
  Managers:
    pip2: 19.2.3 - C:\Python27\Scripts\pip2.EXE
    pip3: 20.2.3 - ~\AppData\Local\Programs\Python\Python39\Scripts\pip3.EXE
  Utilities:
    Git: 2.22.0. - C:\Program Files\Git\cmd\git.EXE
  IDEs:
    Android Studio: Version  4.1.0.0 AI-201.8743.12.41.6953283
    VSCode: 1.54.3 - C:\Users\User0\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
    Visual Studio: 16.8.30804.86 (Visual Studio Community 2019)
  Languages:
    Go: 1.15.6 - C:\Go\bin\go.EXE
    Python: 2.7.18 - C:\Python27\python.EXE
  Browsers:
    Edge: Spartan (44.18362.449.0)
    Internet Explorer: 11.0.18362.1
RedMickey commented 3 years ago

Hi @starzar and thanks for reaching us. Could you please try to debug the application again and send us logs from React Native: Run windows output channel (View -> Toggle Output -> Select React Native: Run windows in ListBox)? Could you please also try to run the RNW application from the terminal using the command npx react-native run-windows to check if it works in the terminal? If the command fails, please send us its outputs.

starzar commented 3 years ago

@RedMickey Thanks for the reply.

Folder Structure

reactFolderStructure

### React Native: Run windows output


[Info] Starting React Native Packager.

[Info] Attaching to running React Native packager

- Verbose: ON
i Verbose: ON
- Auto-linking...

Parsing project...
Found Windows app project, config:
{ folder: 'f:\\Script\\React\\AlertNow\\alertnow',
  sourceDir: 'windows',
  solutionFile: 'AlertNow.sln',
  project:
   { projectFile: 'AlertNow\\AlertNow.vcxproj',
     projectName: 'AlertNow',
     projectLang: 'cpp',
     projectGuid: '{73e50241-44a9-4935-9d1a-f66de8acc338}' } }
Parsing dependencies...
Calculating AutolinkedNativeModules.g.cpp...
Reading AutolinkedNativeModules.g.cpp...
No changes to AutolinkedNativeModules.g.cpp.
Calculating AutolinkedNativeModules.g.props...
Reading AutolinkedNativeModules.g.props...
No changes to AutolinkedNativeModules.g.props.
Calculating AutolinkedNativeModules.g.targets...
Reading AutolinkedNativeModules.g.targets...
No changes to AutolinkedNativeModules.g.targets.
Calculating AlertNow.sln changes...
√ Auto-linking...
Success: No auto-linking changes necessary. (51ms)
Looking for vswhere at: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
- Found compatible MSBuild at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin (16.8.30804.86)
√ Found compatible MSBuild at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin (16.8.30804.86)
- Found Solution: f:\Script\React\AlertNow\alertnow\windows\AlertNow.sln
√ Found Solution: f:\Script\React\AlertNow\alertnow\windows\AlertNow.sln
- Build configuration: Debug
i Build configuration: Debug
- Build platform: x86
i Build platform: x86
Running MSBuild with args /clp:NoSummary;NoItemAndPropertyList;Verbosity=normal /nologo /p:Configuration=Debug /p:Platform=x86 /p:AppxBundle=Never /bl /flp1:errorsonly;logfile=C:\Users\User0\AppData\Local\Temp\msbuild_14496_build.err /flp2:warningsonly;logfile=C:\Users\User0\AppData\Local\Temp\msbuild_14496_build.wrn /restore /p:RestorePackagesConfig=true /p:RunAutolinkCheck=false
- Building Solution
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe /nologo /bl /clp:NoSummary;NoItemAndPropertyList;Verbosity=normal /flp1:errorsonly;logfile=C:\Users\User0\AppData\Local\Temp\msbuild_14496_build.err /flp2:warningsonly;logfile=C:\Users\User0\AppData\Local\Temp\msbuild_14496_build.wrn /p:Configuration=Debug /p:Platform=x86 /p:AppxBundle=Never /p:RestorePackagesConfig=true /p:RunAutolinkCheck=false /restore f:\Script\React\AlertNow\alertnow\windows\AlertNow.sln
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 23-Mar-21 6:20:07 PM.
Project "f:\Script\React\AlertNow\alertnow\windows\AlertNow.sln" on node 1 (Restore target(s)).
ValidateSolutionConfiguration:
  Building solution configuration "Debug|x86".
Project "f:\Script\React\AlertNow\alertnow\windows\AlertNow.sln" (1) is building "f:\Script\React\AlertNow\alertnow\windows\AlertNow\AlertNow.vcxproj" (2) on node 1 (_IsProjectRestoreSupported target(s)).
f:\Script\React\AlertNow\alertnow\node_modules\react-native-windows\PropertySheets\Bundle.props(51,17): error MSB4184: The expression "[System.IO.Path]::GetFullPath('')" cannot be evaluated. The path is not of a legal form. [f:\Script\React\AlertNow\alertnow\windows\AlertNow\AlertNow.vcxproj]
Done Building Project "f:\Script\React\AlertNow\alertnow\windows\AlertNow\AlertNow.vcxproj" (_IsProjectRestoreSupported target(s)) -- FAILED.
Done Building Project "f:\Script\React\AlertNow\alertnow\windows\AlertNow.sln" (Restore target(s)) -- FAILED.
Deferred Messages

  Detailed Build Summary
  ======================

  ============================== Build Hierarchy (IDs represent configurations) =====================================================
  Id                  : Exclusive Time   Total Time   Path (Targets)
  -----------------------------------------------------------------------------------------------------------------------------------
  0                   : 0.071s           0.363s       f:\Script\React\AlertNow\alertnow\windows\AlertNow.sln (Restore) 
  | 1                 : 0.058s           0.058s       f:\Script\React\AlertNow\alertnow\windows\AlertNow\AlertNow.vcxproj (_IsProjectRestoreSupported) 
  | 2                 : 0.096s           0.096s       f:\Script\React\AlertNow\alertnow\node_modules\react-native-windows\Folly\Folly.vcxproj (_IsProjectRestoreSupported) 
  | 3                 : 0.026s           0.026s       f:\Script\React\AlertNow\alertnow\node_modules\react-native-windows\ReactCommon\ReactCommon.vcxproj (_IsProjectRestoreSupported) 
  | 4                 : 0.070s           0.070s       f:\Script\React\AlertNow\alertnow\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj (_IsProjectRestoreSupported) 
  | 5                 : 0.021s           0.021s       f:\Script\React\AlertNow\alertnow\node_modules\react-native-windows\JSI\Universal\JSI.Universal.vcxproj (_IsProjectRestoreSupported) 
  . 6                 : 0.020s           0.020s       f:\Script\React\AlertNow\alertnow\node_modules\react-native-windows\Common\Common.vcxproj (_IsProjectRestoreSupported) 

  ============================== Node Utilization (IDs represent configurations) ====================================================
  Timestamp:            1        Duration   Cumulative
  -----------------------------------------------------------------------------------------------------------------------------------
  637521006074737541:   0        0.065s     0.065s .
  637521006075387686:   1        0.058s     0.123s .
  637521006075967823:   2        0.096s     0.219s .
  637521006076927881:   3        0.026s     0.245s 
  637521006077187938:   4        0.070s     0.315s .
  637521006077888068:   5        0.022s     0.337s 
  637521006078108117:   6        0.020s     0.357s 
  637521006078308163:   0        0.006s     0.363s 
  -----------------------------------------------------------------------------------------------------------------------------------
  Utilization:          100.0    Average Utilization: 100.0
Γ— Building Solution
- Build failed with message Building Solution returned error code 1. Check your build configuration.
Γ— Build failed with message Building Solution returned error code 1. Check your build configuration.
(node:14496) ExperimentalWarning: The fs.promises API is experimental

Also ,the output of npx react-native run-windows and npx react-native run-windows--logging for more info.Hope this helps.

Terminal


F:\Script\React\AlertNow\AlertNow>npx react-native run-windows
 √ Auto-linking...
Success: No auto-linking changes necessary. (54ms)
 √ Found compatible MSBuild at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin (16.8.30804.86)
 √ Found Solution: F:\Script\React\AlertNow\AlertNow\windows\AlertNow.sln
 i Build configuration: Debug
 i Build platform: x86
 Γ— Building Solution: F:\Script\React\AlertNow\AlertNow\node_modules\react-native-windows\PropertySheets\Bundle.p...
 Γ— Build failed with message Building Solution returned error code 1. Check your build configuration.
Re-run the command with --logging for more information
Your session id was 969c70d2b64499142861c49f2654f91f
(node:6524) ExperimentalWarning: The fs.promises API is experimental

F:\Script\React\AlertNow\AlertNow>npx react-native run-windows --logging
 i Verbose: ON
- Auto-linking...
Parsing project...
Found Windows app project, config:
{ folder: 'F:\\Script\\React\\AlertNow\\AlertNow',
  sourceDir: 'windows',
  solutionFile: 'AlertNow.sln',
  project:
   { projectFile: 'AlertNow\\AlertNow.vcxproj',
     projectName: 'AlertNow',
     projectLang: 'cpp',
     projectGuid: '{73e50241-44a9-4935-9d1a-f66de8acc338}' } }
Parsing dependencies...
Calculating AutolinkedNativeModules.g.cpp...
Reading AutolinkedNativeModules.g.cpp...
No changes to AutolinkedNativeModules.g.cpp.
Calculating AutolinkedNativeModules.g.props...
Reading AutolinkedNativeModules.g.props...
No changes to AutolinkedNativeModules.g.props.
Calculating AutolinkedNativeModules.g.targets...
Reading AutolinkedNativeModules.g.targets...
No changes to AutolinkedNativeModules.g.targets.
Calculating AlertNow.sln changes...
 √ Auto-linking...
Success: No auto-linking changes necessary. (59ms)
Looking for vswhere at: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
 √ Found compatible MSBuild at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin (16.8.30804.86)
 √ Found Solution: F:\Script\React\AlertNow\AlertNow\windows\AlertNow.sln
 i Build configuration: Debug
 i Build platform: x86
Running MSBuild with args /clp:NoSummary;NoItemAndPropertyList;Verbosity=normal /nologo /p:Configuration=Debug /p:Platform=x86 /p:AppxBundle=Never /bl /flp1:errorsonly;logfile=C:\Users\User0\AppData\Local\Temp\msbuild_6316_build.err /flp2:warningsonly;logfile=C:\Users\User0\AppData\Local\Temp\msbuild_6316_build.wrn /restore /p:RestorePackagesConfig=true /p:RunAutolinkCheck=false       
 C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe /nologo /bl /clp:NoSummary;NoItemAndPropertyList;Verbosity=normal /flp1:errorsonly;logfile=C:\Users\User0\AppData\Local\Temp\msbuild_6316_build.err /flp2:warningsonly;logfile=C:\Users\User0\AppData\Local\Temp\msbuild_6316_build.wrn /p:Configuration=Debug /p:Platform=x86 /p:AppxBundle=Never /p:RestorePackagesConfig=true /p:RunAutolinkCheck=false /restore F:\Script\React\AlertNow\AlertNow\windows\AlertNow.sln
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 23-Mar-21 6:02:47 PM.
Project "F:\Script\React\AlertNow\AlertNow\windows\AlertNow.sln" on node 1 (Restore target(s)).
ValidateSolutionConfiguration:
  Building solution configuration "Debug|x86".
Project "F:\Script\React\AlertNow\AlertNow\windows\AlertNow.sln" (1) is building "F:\Script\React\AlertNow\AlertNow\windows\AlertNow\AlertNow.vcxproj" (2) on node 1 (_IsProjectRestoreSupported 
target(s)).
F:\Script\React\AlertNow\AlertNow\node_modules\react-native-windows\PropertySheets\Bundle.props(51,17): error MSB4184: The expression "[System.IO.Path]::GetFullPath('')" cannot be evaluated. Th 
e path is not of a legal form. [F:\Script\React\AlertNow\AlertNow\windows\AlertNow\AlertNow.vcxproj]
Done Building Project "F:\Script\React\AlertNow\AlertNow\windows\AlertNow\AlertNow.vcxproj" (_IsProjectRestoreSupported target(s)) -- FAILED.

Done Building Project "F:\Script\React\AlertNow\AlertNow\windows\AlertNow.sln" (Restore target(s)) -- FAILED.

Deferred Messages

  Detailed Build Summary
  ======================

  ============================== Build Hierarchy (IDs represent configurations) =====================================================
  Id                  : Exclusive Time   Total Time   Path (Targets)
  -----------------------------------------------------------------------------------------------------------------------------------
  0                   : 0.071s           0.312s       F:\Script\React\AlertNow\AlertNow\windows\AlertNow.sln (Restore)
  | 1                 : 0.068s           0.068s       F:\Script\React\AlertNow\AlertNow\windows\AlertNow\AlertNow.vcxproj (_IsProjectRestoreSupported)
  | 2                 : 0.049s           0.049s       F:\Script\React\AlertNow\AlertNow\node_modules\react-native-windows\Folly\Folly.vcxproj (_IsProjectRestoreSupported)
  | 3                 : 0.027s           0.027s       F:\Script\React\AlertNow\AlertNow\node_modules\react-native-windows\ReactCommon\ReactCommon.vcxproj (_IsProjectRestoreSupported)
  | 4                 : 0.058s           0.058s       F:\Script\React\AlertNow\AlertNow\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj (_IsProjectRestoreS 
  upported)
  | 5                 : 0.020s           0.020s       F:\Script\React\AlertNow\AlertNow\node_modules\react-native-windows\JSI\Universal\JSI.Universal.vcxproj (_IsProjectRestoreSupported)        
  . 6                 : 0.019s           0.019s       F:\Script\React\AlertNow\AlertNow\node_modules\react-native-windows\Common\Common.vcxproj (_IsProjectRestoreSupported)

  ============================== Node Utilization (IDs represent configurations) ====================================================
  Timestamp:            1        Duration   Cumulative
  -----------------------------------------------------------------------------------------------------------------------------------
  637520995678883632:   0        0.067s     0.067s .
  637520995679553778:   1        0.068s     0.135s .
  637520995680232286:   2        0.049s     0.183s
  637520995680718326:   3        0.027s     0.210s
  637520995680988384:   4        0.058s     0.268s .
  637520995681568536:   5        0.020s     0.288s
  637520995681768580:   6        0.019s     0.307s
  637520995681958623:   0        0.004s     0.312s
  -----------------------------------------------------------------------------------------------------------------------------------
  Utilization:          100.0    Average Utilization: 100.0
Γ— Building Solution
 Γ— Build failed with message Building Solution returned error code 1. Check your build configuration.
(node:6316) ExperimentalWarning: The fs.promises API is experimental
RedMickey commented 3 years ago

@starzar Could you please check if all the development dependencies are installed correctly? You can use the script rnw-dependencies.ps1 to check and install needed dependencies. Note: it can be required to open PowerShell as Administrator.

starzar commented 3 years ago

@RedMickey Thanks for the reply.

Latest Windows Update v20H2 is installed and all React dependencies are installed .

Edition :Windows10Pro
Version : 1909
Os Build Version : 18636.1440

But on trying to install Checking Compilers, build tools, SDKs and Visual Studio , React keeps giving the following error -

The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.

How to resolve this?

Powershell

PS C:\WINDOWS\system32> Set-ExecutionPolicy Unrestricted -Scope Process -Force; iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/microsoft/react-native-windows/master/vnext/Scripts/rnw-dependencies.ps1')
Checking Free space on C: > 15 GB                 Failed (warn)
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
[0744:0001][2021-03-24T08:49:14] Saving the current locale (en-US) to user.json.
[0744:0001][2021-03-24T08:49:14] Setting the telemetry services
[0744:0003][2021-03-24T08:49:14] Creating a new telemetry service.
[0744:0001][2021-03-24T08:49:14] Visual Studio Installer Version: 2.9.3365
[0744:0001][2021-03-24T08:49:14] Raw Command line: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" modify --channelId VisualStudio.16.Release --productId Microsoft.VisualStudio.Product.Community --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.Universal --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.UWP.Support --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core --add Microsoft.VisualStudio.Component.Windows10SDK.18362 --add Microsoft.VisualStudio.ComponentGroup.UWP.VC --quiet --includeRecommended
[0744:0001][2021-03-24T08:49:14] Parsed command line options: modify --add Microsoft.VisualStudio.Workload.ManagedDesktop Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Workload.Universal Microsoft.Component.MSBuild Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.ComponentGroup.UWP.Support Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core Microsoft.VisualStudio.Component.Windows10SDK.18362 Microsoft.VisualStudio.ComponentGroup.UWP.VC --channelId VisualStudio.16.Release --includeRecommended --productId Microsoft.VisualStudio.Product.Community --quiet
[0744:0001][2021-03-24T08:49:14] Getting singleton lock.
[0744:0001][2021-03-24T08:49:14] Getting singleton lock succeed.
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.source : WPF
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.locale : en-US
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.installerversion : 2.9.3365.38425
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.startmethod : direct
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.activityid : dfab3283-6c50-417a-a016-47f8abe59b68
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.campaign :
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.passive : False
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.quiet : True
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.processtype : ui
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.force : False
[0744:0003][2021-03-24T08:49:14] Telemetry property vs.willow.noweb : False
[0744:0003][2021-03-24T08:49:14] Creating new ExperimentationService
[0744:0003][2021-03-24T08:49:14] Telemetry property VS.ABExp.Flights : lazytoolboxinit;fwlargebuffer;refactoring;spmoretempsbtn1;asloff;keybindgoldbarext;asynccsproj;vsfricheditor;completionapi;tn-vsmacnps-7;toggleblockcomment;tasmigddvs;multitenanttasmigration_002;vsfdevcom2;lsprmsgvol;debugger-init-async
[0744:0001][2021-03-24T08:49:14] Navigation requested from ApplicationViewModel to MainPageViewModel
[0744:0010][2021-03-24T08:49:15] Telemetry property VS.SetupEngine.ChannelUpdateDisabled : False
[0744:0010][2021-03-24T08:49:15] Trying to remove channel manifest: C:\Users\User0\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\A0FE1051\installChannelManifest.json
[0744:0010][2021-03-24T08:49:15] Trying to remove product manifest: C:\Users\User0\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\A0FE1051\install_catalog.json
[0744:000c][2021-03-24T08:49:15] Download requested: https://go.microsoft.com/fwlink/?linkid=2066144
[0744:001a][2021-03-24T08:49:15] Attempting download 'https://go.microsoft.com/fwlink/?linkid=2066144' using engine 'WebClient'
[0744:0003][2021-03-24T08:49:15] Setup Engine v2.9.3365, Microsoft Windows NT 10.0.18363.0
[0744:0003][2021-03-24T08:49:15] Command line: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" modify --channelId VisualStudio.16.Release --productId Microsoft.VisualStudio.Product.Community --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.Universal --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.UWP.Support --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core --add Microsoft.VisualStudio.Component.Windows10SDK.18362 --add Microsoft.VisualStudio.ComponentGroup.UWP.VC --quiet --includeRecommended
[0744:0003][2021-03-24T08:49:15] Loading packages for instance '1d6e7b24'
[0744:0016][2021-03-24T08:49:16] Uri 'https://go.microsoft.com/fwlink/?linkid=857708' redirected to 'https://sendvsfeedback2.azurewebsites.net/api'
[0744:000b][2021-03-24T08:49:16] Telemetry property vs.setup.WorkloadOverrides.DidReceiveOverride : False
[0744:000b][2021-03-24T08:49:16] Telemetry property vs.setup.WorkloadOverrides.RuleId : None
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=cs-CZ'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=en-US'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=pl-PL'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=tr-TR'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=cs-CZ'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=en-US'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=pl-PL'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=tr-TR'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{A4272808-82F5-410F-A5F9-1BF6F63F6B9A}' found for package 'Microsoft.VisualStudio.Debugger.Script.Msi,version=16.9.31004.209,chip=x64'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{A4272808-82F5-410F-A5F9-1BF6F63F6B9A}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{E208E682-50EE-4F2F-9860-C91B906B8A03}' found for package 'Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi,version=16.0.28329.73'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{E208E682-50EE-4F2F-9860-C91B906B8A03}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}' found for package 'Microsoft.Net.4.TargetingPack,version=4.0.30319.1'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}' will not be used for repair/uninstall attempts.
[0744:001a][2021-03-24T08:49:16] Uri 'https://go.microsoft.com/fwlink/?linkid=2066144' redirected to 'https://vsstartpage.blob.core.windows.net/news/vs'
[0744:001a][2021-03-24T08:49:16] Download of 'https://go.microsoft.com/fwlink/?linkid=2066144' succeeded using engine 'WebClient'
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{40232D17-8F53-4F5C-BCF8-012290C1103C}' found for package 'SyntaxTree.VisualStudio.Unity.Msi,version=4.9.1.0'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{40232D17-8F53-4F5C-BCF8-012290C1103C}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Loaded existing instance for product 'Microsoft.VisualStudio.Product.Community,version=16.9.31112.23'
[0744:0003][2021-03-24T08:49:16] Telemetry property VS.SetupEngine.Id : VisualStudio/16.9.2+31112.23
[0744:0003][2021-03-24T08:49:16] Telemetry property VS.SetupEngine.Branch : d16.9
[0744:0003][2021-03-24T08:49:16] Telemetry property VS.SetupEngine.BuildNumber : 16.9.31112.23
[0744:0003][2021-03-24T08:49:16] Telemetry property VS.SetupEngine.InstanceId : 1d6e7b24
[0744:0003][2021-03-24T08:49:16] Telemetry property VS.SetupEngine.EngineVersion : 2.9.3365.38425
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=en-US'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=en-US'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{A4272808-82F5-410F-A5F9-1BF6F63F6B9A}' found for package 'Microsoft.VisualStudio.Debugger.Script.Msi,version=16.9.31004.209,chip=x64'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{A4272808-82F5-410F-A5F9-1BF6F63F6B9A}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{E208E682-50EE-4F2F-9860-C91B906B8A03}' found for package 'Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi,version=16.0.28329.73'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{E208E682-50EE-4F2F-9860-C91B906B8A03}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}' found for package 'Microsoft.Net.4.TargetingPack,version=4.0.30319.1'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Compatible ProductCode '{40232D17-8F53-4F5C-BCF8-012290C1103C}' found for package 'SyntaxTree.VisualStudio.Unity.Msi,version=4.9.1.0'
[0744:0003][2021-03-24T08:49:16] Compatible package is not installed. Code '{40232D17-8F53-4F5C-BCF8-012290C1103C}' will not be used for repair/uninstall attempts.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Windows.UniversalCRT.Msu.8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.2,6.3)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Windows.UniversalCRT.Msu.81 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.3,6.4)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Net.4.7.2.FullRedist is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.16299]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.Debugger.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.NuGet.PowershellBindingRedirect is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Windows.UniversalCRT.Msu.7 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.DiagnosticsHub.KB2882822.Win7 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Ancm.IIS.Msi is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Ancmv2.IIS.Msi is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.ComponentGroup.IISDevelopment is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Net.4.8.FullRedist is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.17763]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Azure.PowerShell is not applicable: Required conditions are not satisfied: Not Powershell5
[0744:0003][2021-03-24T08:49:16] Package Component.UnityEngine.x86 is not applicable: A 32-bit operating system is required, but you are running on a 64-bit operating system.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.OfficeDeveloperTools.WindowsIdentityFoundation.Msu is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '(,6.2)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Windows.UniversalCRT.Msu.8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.2,6.3)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Windows.UniversalCRT.Msu.81 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.3,6.4)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Net.4.7.2.FullRedist is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.16299]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.Debugger.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.NuGet.PowershellBindingRedirect is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Windows.UniversalCRT.Msu.7 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.DiagnosticsHub.KB2882822.Win7 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Ancm.IIS.Msi is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Ancmv2.IIS.Msi is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.ComponentGroup.IISDevelopment is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Net.4.8.FullRedist is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.17763]'.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.Azure.PowerShell is not applicable: Required conditions are not satisfied: Not Powershell5
[0744:0003][2021-03-24T08:49:16] Package Component.UnityEngine.x86 is not applicable: A 32-bit operating system is required, but you are running on a 64-bit operating system.
[0744:0003][2021-03-24T08:49:16] Package Microsoft.VisualStudio.OfficeDeveloperTools.WindowsIdentityFoundation.Msu is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '(,6.2)'.
[0744:000f][2021-03-24T08:49:16] Adding packages from --add
[0744:000c][2021-03-24T08:49:16] Planning graph selection
[0744:000c][2021-03-24T08:49:16] Graph.PlanSelection completed in 3ms
[0744:000c][2021-03-24T08:49:16] Building the required chain
[0744:000c][2021-03-24T08:49:16] Committing graph selection
[0744:000c][2021-03-24T08:49:16] Graph.CommitSelection completed in 1ms
[0744:000c][2021-03-24T08:49:16] Updating graph selection
[0744:000c][2021-03-24T08:49:16] Graph.UpdateSelection completed in 4ms
[0744:000c][2021-03-24T08:49:16] Notifying VMs with the updated selections: GroupSelected - Microsoft.VisualStudio.Workload.ManagedDesktop Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites Microsoft.Net.ComponentGroup.DevelopmentPrerequisites Microsoft.VisualStudio.Component.Roslyn.LanguageServices Microsoft.NetCore.Component.DevelopmentTools Microsoft.Net.Core.Component.SDK.2.1 Microsoft.Net.ComponentGroup.TargetingPacks.Common Microsoft.ComponentGroup.Blend Microsoft.VisualStudio.Component.EntityFramework Microsoft.VisualStudio.Component.DiagnosticTools Microsoft.VisualStudio.Component.IntelliCode Microsoft.VisualStudio.Component.Debugger.JustInTime Component.Microsoft.VisualStudio.LiveShare Microsoft.VisualStudio.Component.DotNetModelBuilder Microsoft.VisualStudio.Component.ManagedDesktop.Core Microsoft.NetCore.Component.SDK Microsoft.Net.Component.4.8.SDK Microsoft.Net.Component.4.7.2.TargetingPack Microsoft.VisualStudio.Component.Roslyn.Compiler Microsoft.VisualStudio.Component.FSharp Microsoft.ComponentGroup.ClickOnce.Publish Microsoft.Net.Component.4.TargetingPack Microsoft.Net.Component.4.5.TargetingPack Microsoft.Net.Component.4.5.1.TargetingPack Microsoft.Net.Component.4.5.2.TargetingPack Microsoft.Net.Component.4.6.TargetingPack Microsoft.VisualStudio.Component.TextTemplating Microsoft.VisualStudio.Component.JavaScript.TypeScript Microsoft.VisualStudio.Component.Common.Azure.Tools Microsoft.Component.MSBuild Microsoft.VisualStudio.Component.SQL.CLR Microsoft.NetCore.Component.Runtime.5.0 Microsoft.NetCore.Component.Runtime.3.1 Microsoft.VisualStudio.Component.NuGet Microsoft.Net.Component.4.6.1.TargetingPack Microsoft.VisualStudio.Component.TypeScript.4.1 Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions
[0744:0008][2021-03-24T08:49:16] Planning graph selection
[0744:0008][2021-03-24T08:49:16] Graph.PlanSelection completed in 0ms
[0744:0008][2021-03-24T08:49:16] Building the required chain
[0744:0008][2021-03-24T08:49:16] Committing graph selection
[0744:0008][2021-03-24T08:49:16] Graph.CommitSelection completed in 1ms
[0744:0008][2021-03-24T08:49:16] Updating graph selection
[0744:0008][2021-03-24T08:49:16] Graph.UpdateSelection completed in 4ms
[0744:0008][2021-03-24T08:49:16] Notifying VMs with the updated selections: GroupSelected - Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.Windows10SDK.19041 Microsoft.VisualStudio.Component.VC.DiagnosticTools Microsoft.VisualStudio.Component.VC.CMake.Project Microsoft.VisualStudio.Component.VC.ATL Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest Microsoft.VisualStudio.Component.VC.ASAN Microsoft.VisualStudio.Component.VC.CoreIde Microsoft.VisualStudio.Component.VC.Redist.14.Latest Microsoft.VisualStudio.Component.Graphics.Tools Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake
[0744:0008][2021-03-24T08:49:16] Planning graph selection
[0744:0008][2021-03-24T08:49:16] Graph.PlanSelection completed in 0ms
[0744:0008][2021-03-24T08:49:16] Building the required chain
[0744:0008][2021-03-24T08:49:16] Committing graph selection
[0744:0008][2021-03-24T08:49:16] Graph.CommitSelection completed in 0ms
[0744:0008][2021-03-24T08:49:16] Updating graph selection
[0744:0008][2021-03-24T08:49:16] Graph.UpdateSelection completed in 3ms
[0744:0008][2021-03-24T08:49:16] Notifying VMs with the updated selections: GroupSelected - Microsoft.VisualStudio.Workload.Universal Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard Microsoft.VisualStudio.ComponentGroup.UWP.Support Microsoft.Component.NetFX.Native Microsoft.VisualStudio.Component.Graphics Microsoft.VisualStudio.Component.AppInsights.Tools Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging
[0744:0008][2021-03-24T08:49:16] Planning graph selection
[0744:0008][2021-03-24T08:49:16] Graph.PlanSelection completed in 0ms
[0744:0008][2021-03-24T08:49:16] Building the required chain
[0744:0008][2021-03-24T08:49:16] Committing graph selection
[0744:0008][2021-03-24T08:49:16] Graph.CommitSelection completed in 0ms
[0744:0008][2021-03-24T08:49:16] Updating graph selection
[0744:0008][2021-03-24T08:49:16] Graph.UpdateSelection completed in 3ms
[0744:0008][2021-03-24T08:49:16] Notifying VMs with the updated selections: IndividuallySelected - Microsoft.Component.MSBuild Microsoft.VisualStudio.Component.Roslyn.Compiler
[0744:0008][2021-03-24T08:49:16] Planning graph selection
[0744:0008][2021-03-24T08:49:16] Graph.PlanSelection completed in 0ms
[0744:0008][2021-03-24T08:49:16] Building the required chain
[0744:0008][2021-03-24T08:49:16] Committing graph selection
[0744:0008][2021-03-24T08:49:16] Graph.CommitSelection completed in 0ms
[0744:0008][2021-03-24T08:49:16] Updating graph selection
[0744:0008][2021-03-24T08:49:16] Graph.UpdateSelection completed in 3ms
[0744:0008][2021-03-24T08:49:16] Notifying VMs with the updated selections: IndividuallySelected - Microsoft.VisualStudio.Component.VC.Tools.x86.x64
[0744:000e][2021-03-24T08:49:16] Planning graph selection
[0744:000e][2021-03-24T08:49:16] Graph.PlanSelection completed in 0ms
[0744:000e][2021-03-24T08:49:16] Building the required chain
[0744:000e][2021-03-24T08:49:16] Committing graph selection
[0744:000e][2021-03-24T08:49:16] Graph.CommitSelection completed in 0ms
[0744:000e][2021-03-24T08:49:16] Updating graph selection
[0744:000e][2021-03-24T08:49:16] Graph.UpdateSelection completed in 3ms
[0744:000e][2021-03-24T08:49:16] Notifying VMs with the updated selections: IndividuallySelected - Microsoft.VisualStudio.ComponentGroup.UWP.Support Microsoft.VisualStudio.Component.Roslyn.LanguageServices Microsoft.VisualStudio.Component.SQL.CLR Microsoft.VisualStudio.Component.Graphics Microsoft.VisualStudio.Component.AppInsights.Tools Microsoft.VisualStudio.Component.DiagnosticTools Microsoft.NetCore.Component.SDK Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging Microsoft.Net.Component.4.5.TargetingPack Microsoft.NetCore.Component.Runtime.5.0 Microsoft.NetCore.Component.Runtime.3.1 Microsoft.Component.NetFX.Native Microsoft.VisualStudio.Component.Windows10SDK.19041
[0744:000e][2021-03-24T08:49:16] Planning graph selection
[0744:000e][2021-03-24T08:49:16] Graph.PlanSelection completed in 0ms
[0744:000e][2021-03-24T08:49:16] Building the required chain
[0744:000e][2021-03-24T08:49:16] Committing graph selection
[0744:000e][2021-03-24T08:49:16] Graph.CommitSelection completed in 0ms
[0744:000e][2021-03-24T08:49:16] Updating graph selection
[0744:000e][2021-03-24T08:49:16] Graph.UpdateSelection completed in 3ms
[0744:000e][2021-03-24T08:49:16] Notifying VMs with the updated selections: IndividuallySelected - Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core Microsoft.VisualStudio.Component.TextTemplating Microsoft.VisualStudio.Component.VC.CoreIde Microsoft.VisualStudio.Component.VC.Redist.14.Latest
[0744:000e][2021-03-24T08:49:16] Planning graph selection
[0744:000e][2021-03-24T08:49:16] Graph.PlanSelection completed in 0ms
[0744:000e][2021-03-24T08:49:16] Building the required chain
[0744:000e][2021-03-24T08:49:16] Committing graph selection
[0744:000e][2021-03-24T08:49:16] Graph.CommitSelection completed in 0ms
[0744:000e][2021-03-24T08:49:16] Updating graph selection
[0744:000e][2021-03-24T08:49:16] Graph.UpdateSelection completed in 4ms
[0744:000e][2021-03-24T08:49:16] Notifying VMs with the updated selections: IndividuallySelected - Microsoft.VisualStudio.Component.Windows10SDK.18362
[0744:000e][2021-03-24T08:49:16] Planning graph selection
[0744:000e][2021-03-24T08:49:16] Graph.PlanSelection completed in 0ms
[0744:000e][2021-03-24T08:49:16] Building the required chain
[0744:000e][2021-03-24T08:49:16] Committing graph selection
[0744:000e][2021-03-24T08:49:16] Graph.CommitSelection completed in 0ms
[0744:000e][2021-03-24T08:49:16] Updating graph selection
[0744:000e][2021-03-24T08:49:16] Graph.UpdateSelection completed in 3ms
[0744:000e][2021-03-24T08:49:16] Notifying VMs with the updated selections: IndividuallySelected - Microsoft.VisualStudio.ComponentGroup.UWP.VC Microsoft.VisualStudio.Component.UWP.VC.ARM64 Microsoft.VisualStudio.Component.VC.Tools.ARM Microsoft.Net.Component.4.8.SDK Microsoft.VisualStudio.Component.VC.Tools.ARM64
[0744:0008][2021-03-24T08:49:17] No restart manager available. Assuming no reboot required for instance state.
[0744:0008][2021-03-24T08:49:17] No restart manager available. Assuming no reboot required for instance state.
[0744:000c][2021-03-24T08:49:17] Creating a UnelevatedProductModifier to modify the following packages: Microsoft.VisualStudio.Product.Community Microsoft.VisualStudio.Workload.CoreEditor Microsoft.VisualStudio.Workload.ManagedDesktop Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Workload.Universal Microsoft.VisualStudio.Component.CoreEditor Microsoft.NetCore.Component.Runtime.5.0 Microsoft.NetCore.Component.Runtime.3.1 Microsoft.NetCore.Component.SDK Microsoft.VisualStudio.Component.NuGet Microsoft.Net.Component.4.6.1.TargetingPack Microsoft.VisualStudio.Component.Roslyn.Compiler Microsoft.VisualStudio.Component.Roslyn.LanguageServices Microsoft.VisualStudio.Component.FSharp Microsoft.ComponentGroup.ClickOnce.Publish Microsoft.NetCore.Component.DevelopmentTools Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions Microsoft.Net.Component.4.8.SDK Microsoft.Net.Component.4.7.2.TargetingPack Microsoft.Net.ComponentGroup.DevelopmentPrerequisites Microsoft.VisualStudio.Component.TypeScript.4.1 Microsoft.VisualStudio.Component.JavaScript.TypeScript Microsoft.Component.MSBuild Microsoft.VisualStudio.Component.TextTemplating Microsoft.VisualStudio.Component.Common.Azure.Tools Microsoft.VisualStudio.Component.SQL.CLR Microsoft.VisualStudio.Component.ManagedDesktop.Core Microsoft.Net.Component.4.5.2.TargetingPack Microsoft.Net.Component.4.5.TargetingPack Microsoft.Net.Component.4.TargetingPack Microsoft.Net.Component.4.5.1.TargetingPack Microsoft.Net.Component.4.6.TargetingPack Microsoft.Net.ComponentGroup.TargetingPacks.Common Microsoft.Net.Core.Component.SDK.2.1 Microsoft.VisualStudio.Component.DiagnosticTools Microsoft.VisualStudio.Component.EntityFramework Microsoft.VisualStudio.Component.AppInsights.Tools Microsoft.VisualStudio.Component.Debugger.JustInTime Component.Microsoft.VisualStudio.LiveShare Microsoft.VisualStudio.Component.IntelliCode Microsoft.VisualStudio.Component.VC.CoreIde Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.Graphics.Tools Microsoft.VisualStudio.Component.VC.DiagnosticTools Microsoft.VisualStudio.Component.Windows10SDK.19041 Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites Microsoft.ComponentGroup.Blend Microsoft.VisualStudio.Component.DotNetModelBuilder Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging Microsoft.VisualStudio.Component.VC.Redist.14.Latest Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake Microsoft.VisualStudio.Component.VC.CMake.Project Microsoft.VisualStudio.Component.VC.ATL Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest Microsoft.VisualStudio.Component.VC.ASAN Microsoft.VisualStudio.Component.Windows10SDK.18362 Microsoft.Component.NetFX.Native Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard Microsoft.VisualStudio.Component.Graphics Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin Microsoft.VisualStudio.ComponentGroup.UWP.Support Microsoft.VisualStudio.Component.VC.Tools.ARM64 Microsoft.VisualStudio.Component.UWP.VC.ARM64 Microsoft.VisualStudio.Component.VC.Tools.ARM Microsoft.VisualStudio.ComponentGroup.UWP.VC
[0744:000c][2021-03-24T08:49:17] Decorating UnelevatedProductModifier with UnelevatedInstallerTelemetryDecorator
[0744:000c][2021-03-24T08:49:17] Created a UnelevatedInstallerTelemetryDecorator
[0744:0019][2021-03-24T08:49:20] Setup Engine v2.9.3365, Microsoft Windows NT 10.0.18363.0
[0744:0019][2021-03-24T08:49:20] Command line: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" modify --channelId VisualStudio.16.Release --productId Microsoft.VisualStudio.Product.Community --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.Universal --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.UWP.Support --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core --add Microsoft.VisualStudio.Component.Windows10SDK.18362 --add Microsoft.VisualStudio.ComponentGroup.UWP.VC --quiet --includeRecommended
[0744:0019][2021-03-24T08:49:20] Loading packages for instance '1d6e7b24'
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=cs-CZ'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=en-US'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=pl-PL'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=tr-TR'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=cs-CZ'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=en-US'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=pl-PL'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=tr-TR'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:20] Compatible ProductCode '{A4272808-82F5-410F-A5F9-1BF6F63F6B9A}' found for package 'Microsoft.VisualStudio.Debugger.Script.Msi,version=16.9.31004.209,chip=x64'
[0744:0019][2021-03-24T08:49:20] Compatible package is not installed. Code '{A4272808-82F5-410F-A5F9-1BF6F63F6B9A}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{E208E682-50EE-4F2F-9860-C91B906B8A03}' found for package 'Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi,version=16.0.28329.73'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{E208E682-50EE-4F2F-9860-C91B906B8A03}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}' found for package 'Microsoft.Net.4.TargetingPack,version=4.0.30319.1'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{40232D17-8F53-4F5C-BCF8-012290C1103C}' found for package 'SyntaxTree.VisualStudio.Unity.Msi,version=4.9.1.0'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{40232D17-8F53-4F5C-BCF8-012290C1103C}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Loaded existing instance for product 'Microsoft.VisualStudio.Product.Community,version=16.9.31112.23'
[0744:0019][2021-03-24T08:49:21] Telemetry property VS.SetupEngine.Id : VisualStudio/16.9.2+31112.23
[0744:0019][2021-03-24T08:49:21] Telemetry property VS.SetupEngine.Branch : d16.9
[0744:0019][2021-03-24T08:49:21] Telemetry property VS.SetupEngine.BuildNumber : 16.9.31112.23
[0744:0019][2021-03-24T08:49:21] Telemetry property VS.SetupEngine.InstanceId : 1d6e7b24
[0744:0019][2021-03-24T08:49:21] Telemetry property VS.SetupEngine.EngineVersion : 2.9.3365.38425
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{725CC962-98BD-42C7-87D8-51C680FB1779}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x86,language=en-US'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{725CC962-98BD-42C7-87D8-51C680FB1779}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' found for package 'sqlsysclrtypes,version=16.0.62103.10080,chip=x64,language=en-US'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{8D7CE3B0-5379-46FE-9F4B-A65D9F4CC1F1}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{A4272808-82F5-410F-A5F9-1BF6F63F6B9A}' found for package 'Microsoft.VisualStudio.Debugger.Script.Msi,version=16.9.31004.209,chip=x64'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{A4272808-82F5-410F-A5F9-1BF6F63F6B9A}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{E208E682-50EE-4F2F-9860-C91B906B8A03}' found for package 'Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi,version=16.0.28329.73'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{E208E682-50EE-4F2F-9860-C91B906B8A03}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}' found for package 'Microsoft.Net.4.TargetingPack,version=4.0.30319.1'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{CFEF48A8-BFB8-3EAC-8BA5-DE4F8AA267CE}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Compatible ProductCode '{40232D17-8F53-4F5C-BCF8-012290C1103C}' found for package 'SyntaxTree.VisualStudio.Unity.Msi,version=4.9.1.0'
[0744:0019][2021-03-24T08:49:21] Compatible package is not installed. Code '{40232D17-8F53-4F5C-BCF8-012290C1103C}' will not be used for repair/uninstall attempts.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Windows.UniversalCRT.Msu.8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.2,6.3)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Windows.UniversalCRT.Msu.81 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.3,6.4)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Net.4.7.2.FullRedist is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.16299]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.Debugger.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.NuGet.PowershellBindingRedirect is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Windows.UniversalCRT.Msu.7 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.DiagnosticsHub.KB2882822.Win7 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Ancm.IIS.Msi is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Ancmv2.IIS.Msi is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.ComponentGroup.IISDevelopment is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Net.4.8.FullRedist is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.17763]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Azure.PowerShell is not applicable: Required conditions are not satisfied: Not Powershell5
[0744:0019][2021-03-24T08:49:21] Package Component.UnityEngine.x86 is not applicable: A 32-bit operating system is required, but you are running on a 64-bit operating system.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.OfficeDeveloperTools.WindowsIdentityFoundation.Msu is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '(,6.2)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Windows.UniversalCRT.Msu.8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.2,6.3)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Windows.UniversalCRT.Msu.81 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.3,6.4)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Net.4.7.2.FullRedist is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.16299]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.Debugger.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.NuGet.PowershellBindingRedirect is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Windows.UniversalCRT.Msu.7 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.DiagnosticsHub.KB2882822.Win7 is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Ancm.IIS.Msi is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Ancmv2.IIS.Msi is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.ComponentGroup.IISDevelopment is not applicable: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Net.4.8.FullRedist is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.17763]'.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.Azure.PowerShell is not applicable: Required conditions are not satisfied: Not Powershell5
[0744:0019][2021-03-24T08:49:21] Package Component.UnityEngine.x86 is not applicable: A 32-bit operating system is required, but you are running on a 64-bit operating system.
[0744:0019][2021-03-24T08:49:21] Package Microsoft.VisualStudio.OfficeDeveloperTools.WindowsIdentityFoundation.Msu is not applicable: The current OS Version '10.0.18363.0' is not in the supported version range '(,6.2)'.
Warning: [0744:0019][2021-03-24T08:49:21] Shutting down the application with exit code 1
Warning: [0744:0019][2021-03-24T08:49:21] Pre-check verification failed with error(s) :  SizePreCheckEvaluator.
[0744:0001][2021-03-24T08:49:21] Releasing singleton lock.
[0744:0001][2021-03-24T08:49:21] Releasing singleton lock succeed.
[0744:0001][2021-03-24T08:49:21] Releasing singleton lock.
[0744:0001][2021-03-24T08:49:21] Singleton lock does not exist. Releasing singleton lock skipped.
[0744:0001][2021-03-24T08:49:21] Closing the installer with exit code 1
[0744:0001][2021-03-24T08:49:21] Exit Code: 1
[0744:0001][2021-03-24T08:49:22] Trying to remove channel manifest: C:\Users\User0\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\A0FE1051\installChannelManifest.json
[0744:0001][2021-03-24T08:49:22] Trying to remove product manifest: C:\Users\User0\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\A0FE1051\install_catalog.json
Checking NodeJS lts installed                                OK
Checking Chrome                                              OK
Checking Yarn                                                OK
Checking .net core 3.1                                       OK
Installed 1 dependencies. You may need to close this window for changes to take effect.
All mandatory requirements met
RedMickey commented 3 years ago

@starzar It seems that since the issue is reproduced in the terminal via npx react-native run-windows command, it could be a React Native for Windows issue. Could you please open the issue in the react-native-windows project? I believe they might be more aware about development dependencies installation.

JiglioNero commented 3 years ago

Hi @starzar, Is this issue still actual for you? Or we may close the issue?

JiglioNero commented 3 years ago

Closing this issue due to lack of activity. Feel free to reopen if it`s still actual for you.