-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Environment
If you are using latest version:
-
react-native -v:
react-native-cli: 2.0.1
react-native: 0.60.6 -
react-native run-windows --info:
System:
OS: Windows 10 10.0.18362
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
Memory: 16.86 GB / 31.78 GB
Binaries:
Node: 10.16.0 - C:\Users\miannucci.NAVATEKLTD\Development\nodejs\node.EXE
Yarn: 1.17.3 - C:\Users\miannucci.NAVATEKLTD\Development\nodejs\yarn.CMD
npm: 6.9.0 - C:\Users\miannucci.NAVATEKLTD\Development\nodejs\npm.CMD
npmPackages:
react: 16.8.6 => 16.8.6
react-native: ^0.60.0 => 0.60.6
react-native-windows: 0.60.0-vnext.118 => 0.60.0-vnext.118
rnpm-plugin-windows: ^0.4.0 => 0.4.0
Installed UWP SDKs:
10.0.17134.0
10.0.17763.0
Then, specify:
- Target Platform Version(s): 10.0.18362
- Target Device(s): Desktop
- Visual Studio Version: 2017
- Build Configuration: Any
Steps to Reproduce
react-native init myproject --version 0.60.6yarn add rnpm-plugin-windowsreact-native windows --template vnext
Expected Behavior
Expected the project to be generated
Actual Behavior
The install process gets stuck indefinitely on Generating self-signed certificate...
Reproducible Demo
Just the instructions for consuming the project
Additional context
No elevated cmd prompt available
