为什么WebStorm不允许我运行模拟器?

时间:2017-06-26 15:29:32

标签: reactjs react-native webstorm

我在教自己React Native,但似乎我遇到了一个小问题。我想Run我的应用程序,看看我的代码做了什么,但它不让我。它是灰色的,意思是,它不可点击(下面的屏幕截图)。我已经环顾四周寻找这个解决方案,但找不到它。如果这是一个愚蠢的问题,请提前道歉 enter image description here

运行npm install

错误:

npm WARN saveError ENOENT: no such file or directory, open '/Users/name/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/name/package.json'
npm WARN Garen No description
npm WARN Garen No repository field.
npm WARN Garen No README data
npm WARN Garen No license field.

1 个答案:

答案 0 :(得分:1)

运行主菜单中,选择编辑配置... 。然后,在打开的运行/调试配置对话框中,按 + Alt+Insert),从列表中选择 React Native 。 请参阅https://www.jetbrains.com/help/webstorm/2017.2/run-debug-configuration-react-native.htmlhttps://blog.jetbrains.com/webstorm/2016/12/developing-mobile-apps-with-react-native-in-webstorm/