Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native link: Error: ENOENT: no such file or directory, open <path>\MainPage.cs #1578

Closed
vizyviz opened this issue Jan 12, 2018 · 2 comments

Comments

@vizyviz
Copy link

vizyviz commented Jan 12, 2018

Environment

  1. react-native -v:
    react-native-cli: 2.0.1
    react-native: 0.50.0

  2. npm ls rnpm-plugin-windows:
    `-- rnpm-plugin-windows@0.2.8

  3. npm ls react-native-windows:
    `-- react-native-windows@0.50.0

  4. node -v:
    v6.11.4

  5. npm -v:
    5.6.0

  6. 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:)

  1. npm install --save react-native-video
  2. 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

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"
}

@rozele
Copy link
Collaborator

rozele commented Feb 8, 2018

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.

@rozele
Copy link
Collaborator

rozele commented Feb 13, 2018

This will be resolved in react-native-windows@0.54.* - hopefully we'll also cherry-pick back to v0.50-v0.53

@rozele rozele closed this as completed Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants