Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cnmoro/60c21e17ad6e6dd79062141a083d18c9 to your computer and use it in GitHub Desktop.
Save cnmoro/60c21e17ad6e6dd79062141a083d18c9 to your computer and use it in GitHub Desktop.
Fix "Non-cordova module "glob" is not supported"
Using "requireCordovaModule" to load non-cordova module "glob" is not supported.
Fix: Downgrade cordova to 8.1.2:
npm install -g [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment