Having an issue in the IONIC Moodle App with a typescript error stating that property 'hideKeyboardAccessoryBar' does not exist on type 'Keyboard'.
An ionic error occurred when running CMD, displaying the following error:
[14:58:02] ionic-app-scripts 3.1.9
[14:58:02] build dev started ...
(node:8056) ExperimentalWarning: The fs.promises API is experimental
[14:58:03] clean started ...
[14:58:03] clean finished in 307 ms
[14:58:03] copy started ...
[14:58:13] copy finished in 9.26 s
[14:58:13] deeplinks started ...
[14:58:19] deeplinks finished in 5.41 s
[14:58:19] transpile started ...
[15:00:00] typescript error at line 52 in app.component.ts related to the Keyboard property 'hideKeyboardAccessoryBar'.
[15:00:00] another typescript error at line 120 in app.ts showing that the property 'close' does not exist on type 'Keyboard'.
[15:00:00] ionic-app-script task: "build"
[15:00:00] Error: Failed to transpile program
Error: Failed to transpile program
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR!
[ERROR] An error occurred while running subprocess npm.
npm run ionic:build -- --target cordova --platform android exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
An additional ionic error relating to Moodle can be found here.