phonegap / phonegap-cli

PhoneGap and PhoneGap/Build command-line interface
Apache License 2.0
488 stars 157 forks source link

Can't build APK anymore #833

Closed abenz1267 closed 3 years ago

abenz1267 commented 3 years ago

PhoneGap CLI, node & npm versions

PhoneGap CLI: 9.0.0 Node: 14.7.0 NPM: 6.14.7

Expected Behaviour

Building the APK

Actual Behaviour

Not building anything.

[phonegap] executing 'cordova build android' ...
(node:31575) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
[phonegap] completed 'cordova build android --no-telemetry'

Any idea?

Regards