You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ls rnpm-plugin-windows:
`-- rnpm-plugin-windows@0.2.8
npm ls react-native-windows:
`-- react-native-windows@0.50.0
node -v:
v6.11.4
npm -v:
5.6.0
yarn --version:
Target Platform:
UWP
Target Platform Version(s):
10.0.14393
Target Device(s):
Desktop
Development Operating System:
Windows
Visual Studio Version:
Visual Studio 2017
Steps to Reproduce
(Write your steps here:)
npm install --save react-native-video
react-native link
Expected Behavior
rnpm-install info Linking react-native-video android dependency
rnpm-install info Android module react-native-video has been successfully linked
rnpm-install info Linking react-native-video ios dependency
rnpm-install info iOS module react-native-video has been successfully linked
rnpm-install info Linking react-native-video windows dependency
rnpm-install info Windows module react-native-video has been successfully linked
Actual Behavior
rnpm-install info Linking react-native-video android dependency rnpm-install info Android module react-native-video has been successfully linked rnpm-install info Linking react-native-video ios dependency rnpm-install info iOS module react-native-video has been successfully linked
`rnpm-install ERR! Something went wrong while linking. Error: ENOENT: no such file or directory, open '\windows<project_name>\MainPage.cs'
Please file an issue here: https://github.com/facebook/react-native/issues
This will be resolved once facebook/react-native#17745 is merged and cherry-picked onto v0.50, v0.51, and v0.52. We'll also have to cherry-pick #1601 to react-native-windows versions.
Environment
react-native -v
:react-native-cli: 2.0.1
react-native: 0.50.0
npm ls rnpm-plugin-windows
:`-- rnpm-plugin-windows@0.2.8
npm ls react-native-windows
:`-- react-native-windows@0.50.0
node -v
:v6.11.4
npm -v
:5.6.0
yarn --version
:Target Platform:
UWP
Target Platform Version(s):
10.0.14393
Target Device(s):
Desktop
Development Operating System:
Windows
Visual Studio Version:
Visual Studio 2017
Steps to Reproduce
(Write your steps here:)
Expected Behavior
rnpm-install info Linking react-native-video android dependency
rnpm-install info Android module react-native-video has been successfully linked
rnpm-install info Linking react-native-video ios dependency
rnpm-install info iOS module react-native-video has been successfully linked
rnpm-install info Linking react-native-video windows dependency
rnpm-install info Windows module react-native-video has been successfully linked
Actual Behavior
rnpm-install info Linking react-native-video android dependency
rnpm-install info Android module react-native-video has been successfully linkedrnpm-install info Linking react-native-video ios dependency
rnpm-install info iOS module react-native-video has been successfully linked`rnpm-install ERR! Something went wrong while linking. Error: ENOENT: no such file or directory, open '\windows<project_name>\MainPage.cs'
Please file an issue here: https://github.com/facebook/react-native/issues
Reproducible Demo
package.json dependencies section should do it:
"dependencies": {
"react": "16.0.0",
"react-native": "0.50.0",
"react-native-video": "^2.0.0",
"react-native-windows": "^0.50.0"
}
The text was updated successfully, but these errors were encountered: