[ERROR] Unable to resolve "react-navigation" from "App.js"
https://stackoverflow.com/questions/47737609/unable-to-resolve-module-react-navigation
Unable to resolve module 'react-navigation'
Here is the error I get: package.json { "name": "LoginApp2", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "t...
stackoverflow.com
use yarn to install
https://github.com/react-navigation/react-navigation/issues/3373
설치하러 가기
[Workarounds] Packager unable to resolve module from /Users/node_modules/ #4968
https://github.com/facebook/react-native/issues/4968
[Workarounds] Packager unable to resolve module from /Users/node_modules/ · Issue #4968 · facebook/react-native
There are various issues scattered around the repo related to this issue. Basically what happens is, for some packages, when you try to require some-module in a file, for example, var someModule = ...
github.com