【发布时间】:2018-05-19 11:55:57
【问题描述】:
我是 react-native 的新手,我想安装 react-native-maps。但是,每当我在项目文件夹中运行 npm install react-native-maps --save 时,项目就会中断,node_modules/react-native 变为空,里面只有一个空文件夹 node_modules。我现在正在遵循官方 github 的安装指南并使用 react-native 0.55.3。
下面附上我打电话给npm install react-native-maps --save时的转储:
screen_dump:react-native-maps 安装失败:
【问题讨论】:
-
你的 npm 版本是多少?
-
来自 npm --version 它告诉 5.6.0
标签: react-native react-native-maps