Expo upgrade from 26 to 27 - readableHighWaterMark error

Hi there, im on the way to update the sdk from 26 to 32 and im starting to test one to one but when im upgrade to 27 this error happens after NPM INSTALL

code ERR_INVALID_OPT_VALUE
The value “false” is invalid for option “readableHighWaterMark”

Did you delete node_modules before running npm install? Also, you could try using yarn instead

You should try to npm install with NodeJS 9.2.0 and then expo start with a greater NodeJS version, like the 12.4

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.