becvert / cordova-plugin-websocket-server

Cordova WebSocket Server Plugin
MIT License
84 stars 35 forks source link

Cordova 9 support? #58

Closed maxidirienzo closed 5 years ago

maxidirienzo commented 5 years ago

Trying to run an empty project with only this plugin throws this issue:

Using "requireCordovaModule" to load non-cordova module "glob" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.

Cordova version 9 Check this PR regarding Cordova change: https://github.com/apache/cordova-lib/pull/707

becvert commented 5 years ago

Hello, We are aware of this. This plugin is dependent on cordova-plugin-add-swift-support for iOS which does not support cordova-cli 9 yet. We're just waiting for it to be updated now. akofman/cordova-plugin-add-swift-support#57

maxidirienzo commented 5 years ago

Excellent, hope they release it soon. Thanks.

El sáb., 30 de marzo de 2019 5:04 a. m., becvert notifications@github.com escribió:

Hello, We are aware of this. This plugin is dependent on cordova-plugin-add-swift-support for iOS which does not support cordova-cli 9 yet. We're just waiting for it to be updated now. akofman/cordova-plugin-add-swift-support#57 https://github.com/akofman/cordova-plugin-add-swift-support/pull/57

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/becvert/cordova-plugin-websocket-server/issues/58#issuecomment-478218623, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNbjpiHF3124SinYPFDjKTgaQkK633fks5vbxqigaJpZM4cTgzc .

becvert commented 5 years ago

Fixed!