React-native-fs: npm install gives wrong version 1.3 instead of 1.4

Created on 25 May 2016  路  2Comments  路  Source: itinance/react-native-fs

when running "npm install react-native-fs" the older version 1.3 will be installed. Also when applying a specific version with "@1.4.0"

Unfortunatly the 1.3 isn't compatible with Cocoapods 1.0.0 due to missing parameters in Podspec-file ("authors" and "summary"), which is already fixed in 1.4

This is what i get after the install-commands listed above:

screen shot 2016-05-25 at 20 19 17

What goes wrong there with "npm install"?

$ npm -v
3.8.9
$ pod --version
1.0.0

Most helpful comment

Same situation here. Master has the changes needed for using cocoapods.

All 2 comments

Same situation here. Master has the changes needed for using cocoapods.

This should have been resolved with the latest version (1.5)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wangfpp picture wangfpp  路  3Comments

barnir picture barnir  路  3Comments

AbdelkaderOumrani picture AbdelkaderOumrani  路  3Comments

ToJen picture ToJen  路  4Comments

PimDeWitte picture PimDeWitte  路  4Comments