我只是想链接 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
,链接不适用于任何库。