question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

react native fbsdk MODULE_NOT_FOUND after link commend

See original GitHub issue

I opened bug on Facebook developer support tool and after investigation I received this answer: “We investigated this and it looks like an issue with React Native itself. Can you please report the issue using our React Native issue tracker at https://github.com/facebook/react-native/issues? On this tool we don’t currently support React Native itself, but we support its Facebook SDK.”

I’m trying to install and link react-native-fbsdk package and I got this error: [Error: Cannot find module 'C:\wamp\www\chatapp\node_modules\react-native-fbsdk\package.json'] code: 'MODULE_NOT_FOUND'

I went through these steps: react-native init [YourApp] Done successfully.

react-native install react-native-fbsdk Output: Scanning 712 folders for symlinks in C:\wamp\www\chatapp\node_modules (26ms) rnpm-install info Module react-native-fbsdk has been successfully installed & linked

react-native link react-native-fbsdk Output: Scanning 712 folders for symlinks in C:\wamp\www\chatapp\node_modules (29ms) { [Error: Cannot find module ‘C:\wamp\www\chatapp\node_modules\react-native-fbsdk\package.json’] code: ‘MODULE_NOT_FOUND’ }

More Info:

  • React native version: 0.42.3
  • npm -version 4.2.0
  • I didn’t find “react-native-fbsdk” folder under my node_modules folder.
  • Windows 8.1
  • I’m working with Android Studio
  • Android SDK Platform-Tools 25.0.4
  • Android SDK Tools 25.2.3

Print screens: Console Packages versions

Thank you in advance. Leo.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

12reactions
st0fferncommented, Mar 29, 2017

react-native install react-native-fbsdk is not a valid command.

try this inside the app folder

npm i -S react-native-fbsdk
0reactions
llioorcommented, Apr 4, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

react native fbsdk MODULE_NOT_FOUND after link commend
After few days with the community I found the problem! This line is not valid commend for react native! react-native install react-native- ...
Read more >
react native fbsdk MODULE_NOT_FOUND after link commend ...
Coding example for the question react native fbsdk MODULE_NOT_FOUND after link commend-React Native.
Read more >
module not found distutils.cmd | The Search Engine You Control
I have figured out how to create the venv but now when I try to install ... :react-native-fbsdk-next project :app > project :react-native-file-viewer ......
Read more >
react-native-fbsdk-next - npm
Make sure that FBSDK[Core, Login, Share]Kit.framework are NOT in Link Binary with Libraries for your root project when using cocoapods. I get ...
Read more >
could not resolve project realm react native
React Native. and add the following to it: // RCTCalendarModule. ... STEP1) npm install --save react-native-gesture-handler STEP2) react-native link ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found