我只是想尝试链接react-native-fetch-blob库但是它给出了错误
react-native link react-native-fetch-blob
错误显示
Scanning folders for symlinks in ...\node_modules (48ms)
rnpm-install ERR! ERRPACKAGEJSON No package found. Are you sure this is a React Native project?
Cannot read property '_text' of undefined
我已使用npm install react-native-fetch-blob --save
安装了库,但链接时显示错误。
不仅对于fetch-blob
,链接不适用于任何库。
答案 0 :(得分:0)
在运行react-native link react-native-fetch-blob
之前,请确保您位于React Native项目的根目录。
我的猜测是您目前可能位于ios
或android
文件夹中,因此请跳回一个目录级别。
如果您在当前目录中安装了任何软件包,则需要将其删除,然后从项目的根目录再次安装它们,以确保它们安装在正确的位置。