expo start -c コマンドにてexpoを立ち上げ、
iosのシュミレータを起動しようとすると、
ターミナル上にこのようなエラーが出て
開けません
初心者ながら色々調べ、
export REACT_EDITOR=atom~/.zshrc
コマンドでpathを通したつもりなのですが
変わらず同じエラーがでます。
足りない情報などがありましたら遠慮なくお願いします
ソースコード
ソースコードです
Unable to start your application. Please refer to https://expo.fyi/no-registered-application for more information. * [native code]:null in __expoConsoleLog - node_modules/react-native/Libraries/LogBox/LogBox.js:36:4 in console.warn - node_modules/expo/build/environment/muteWarnings.fx.js:18:4 in warn - node_modules/react-native/Libraries/ReactNative/AppRegistry.js:200:6 in runApplication - node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:425:19 in __callFunction - node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:112:6 in __guard$argument_0 - node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:373:10 in __guard - node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:111:4 in callFunctionReturnFlushedQueue * [native code]:null in callFunctionReturnFlushedQueue info Opening /Users/user/news-app/node_modules/invariant/browser.js with atom~/.zshrc error spawn atom~/.zshrc ENOENT info How to fix: When you see Red Box with stack trace, you can click any stack frame to jump to the source file. The packager will launch your editor of choice. It will first look at REACT_EDITOR environment variable, then at EDITOR. To set it up, you can add something like export REACT_EDITOR=atom to your ~/.bashrc or ~/.zshrc depending on which shell you use. info Opening /Users/user/news-app/node_modules/invariant/browser.js with atom~/.zshrc
あなたの回答
tips
プレビュー