e-imaxina / cordova-plugin-deeplinks

Cordova plugin to support Universal/Deep Links for iOS/Android.
MIT License
33 stars 68 forks source link

Using "requireCordovaModule" to load non-cordova module "glob" is not supported #13

Closed alexcroox closed 5 years ago

alexcroox commented 5 years ago

cordova -v 9.0.0 (cordova-lib@9.0.1)

Discovered saved plugin "cordova-plugin-deeplinks". Adding it to the project
Installing "cordova-plugin-deeplinks" for ios
Installing dependency packages:
{
  "mkpath": ">=1.0.0",
  "node-version-compare": ">=1.0.1",
  "plist": ">=1.2.0",
  "rimraf": ">=2.4",
  "xml2js": ">=0.4"
}
Adding cordova-plugin-deeplinks to package.json
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.
alexcroox commented 5 years ago

Found the PR for this, please could you review https://github.com/e-imaxina/cordova-plugin-deeplinks/pull/11