I created a new application using react native for windows. I followed the instructions on the microsoft website, but when I call the command npx react-native run-windows an error occurs enter image description here
Tried all the options on stackoverflow. Changed versions of react-native-windows.
The problem was with the fmt 8.00 library. Microsoft just made a commit to the project yesterday and replaced it with fmt 10.1.0. But it's not in npm yet. Therefore, before the npx react-native run-windows command, you need to change the following lines in the Directory.Build.props file: