npx react-native run-windows反応するネイティブ Windows プロジェクト ディレクトリでnpx を実行した後、エラーが発生しました
× Building Solution: D:\Code\Visual Studio\IDE\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5):...
× Build failed with message Building Solution returned error code 1. Check your build configuration.
私は開発の依存関係をチェック
しました、Set-ExecutionPolicy Unrestricted -Scope Process -Force;
そして
iex (New-Object System.Net.WebClient).DownloadString('https://aka.ms/rnw-deps.ps1')、それは良いです