我正在使用React Native(而不是expo)构建iOS应用,并且在安装react-native-bip39
模块时收到错误消息。
由于我在下面遇到错误,
Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Unable to resolve module `assert` from `/Users/mai/Codes/MyProject/node_modules/react-native-bip39/index.js`: Module `assert` does not exist in the Haste module map
我安装了assert
模块,但是现在我收到了另一个类似的错误消息。
Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Unable to resolve module `stream` from `/Users/mai/Codes/MyProject/node_modules/browserify-sign/browser/index.js`: Module `stream` does not exist in the Haste module map
使用Google搜索对了解Haste模块图以及该问题的解决方案没有太大帮助。
这是什么问题,我该如何解决?