Problem Description
run-windows fails in 0.83.2 because it tries to import @react-native-windows/find-dotnet-tools but @react-native-windows/cli doesn't declare the dependency in package.json:
|
"@react-native-windows/codegen": "0.83.1", |
|
"@react-native-windows/fs": "0.83.1", |
|
"@react-native-windows/package-utils": "0.83.1", |
|
"@react-native-windows/telemetry": "0.83.1", |
There is also no @react-native-windows/find-dotnet-tools for 0.83: https://www.npmjs.com/package/@react-native-windows/find-dotnet-tools?activeTab=versions
Steps To Reproduce
- Create a project with
react-native-windows@0.83.2
- Build
Expected Results
No response
CLI version
Environment
Community Modules
No response
Target React Native Architecture
New Architecture (WinAppSDK) Only
Target Platform Version
= 10.0.26100
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
No response
Problem Description
run-windowsfails in 0.83.2 because it tries to import@react-native-windows/find-dotnet-toolsbut@react-native-windows/clidoesn't declare the dependency inpackage.json:react-native-windows/packages/@react-native-windows/cli/package.json
Lines 20 to 23 in 1da9245
There is also no
@react-native-windows/find-dotnet-toolsfor 0.83: https://www.npmjs.com/package/@react-native-windows/find-dotnet-tools?activeTab=versionsSteps To Reproduce
react-native-windows@0.83.2Expected Results
No response
CLI version
Environment
-Community Modules
No response
Target React Native Architecture
New Architecture (WinAppSDK) Only
Target Platform Version
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
No response