在MacOS上安装EXPO以使用React Native时出现问题

时间:2019-12-18 12:01:46

标签: react-native npm installation expo

我做了以下操作来创建一个新的react-native应用程序:

  1. 我在机器上安装了节点
  2. 然后根据此链接https://facebook.github.io/react-native/docs/getting-started,我

    ** npm install -g expo-cli,然后

    expo init AmazingProject

    cd AmazingProject

    最后是npm start / expo start **

但是服务器无法启动。根据此链接,服务器应立即启动,但不适用于我。需要指针。我得到的错误是:

TypeError:无法读取未定义的属性“ resolver”     在/Users/developer/AmazingApp/node_modules/metro-config/src/loadConfig.js:197:22     在Array.reduce()     在mergeConfig(/Users/developer/AmazingApp/node_modules/metro-config/src/loadConfig.js:191:18)     在/Users/developer/AmazingApp/node_modules/metro-config/src/loadConfig.js:243:12     在Generator.next()     在asyncGeneratorStep(/Users/developer/AmazingApp/node_modules/metro-config/src/loadConfig.js:72:24)     在_next(/Users/developer/AmazingApp/node_modules/metro-config/src/loadConfig.js:92:9)

0 个答案:

没有答案