library · inferred from evidence
vwoSDK
A Node.js SDK provided by VWO for integration in applications.
- vwoSDK.getAndUpdateSettingsFile is not a function
Call it on the client instance returned by launch(), not on the SDK itself: var vwoClientInstance = vwoSDK.launch({ settingsFile: settingsFile }); vwoClientInstance.getAndUpdateSettingsFile().then(...). That is the documented usage. Source