AdapterJS is required in the global/window scope of the app. 


If you observe this error while using the Skylink library as an npm module, add the below reference code before calling init().


import AdapterJS from 'adapterjs';

window.AdapterJS = AdapterJS