module schedule/tracking does not exist in the Haste module map

后端 未结 3 774
感情败类
感情败类 2020-12-19 01:04

React Native Environment Info:

System:
  OS: macOS High Sierra 10.13.6
  CPU: x64 Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
  Memory: 559.26 MB / 16.00 GB
  Sh         


        
3条回答
  •  不思量自难忘°
    2020-12-19 01:37

    If there is an error related to module Schedule/tracking not found, use react-native 0.55.0 version. Above RN->0.55.0 version schedule/tracking package is renamed or moved to another module which is not found by node server.

    Command: react-native init (Project Name) --version 0.55.0

提交回复
热议问题