I am getting following error while installing OpenFlow using NPM method:
MongoServerError: The field ‘timeseries’ is not a valid collection option. Options: { timeseries: { timeField: “timestamp”, metaField: “userid”, granularity: “hours” } }
I did run set FeatureCompatibility feature using below command:
db.adminCommand( { setFeatureCompatibilityVersion: “3.6” }
Can someone please guide how to resolve this error?