-
Notifications
You must be signed in to change notification settings - Fork 156
Phonegap remote build failed #814
Description
I'am trying to remote build the clean hello world app.
After zipping and uploading file the phonegap crashes
I noticed and old error where the fix was to update note.js to v11, I have updated to v12 without any changes
PhoneGap CLI, node & npm versions
Phonegap 8.2.2
Windows 2012 server
NPM 10.14 and 12.7
Expected Behaviour
Build success
Actual Behaviour
Crashs
Steps to Reproduce
Create hello world, build remote
Error messages
$phonegap remote build ios
[phonegap] compressing the app...
[phonegap] uploading the app...
There was an unhandled exception within phonegap-cli! If you would like to help
the PhoneGap project, please file the following details over at https://github.c
om/phonegap/phonegap-cli/issues
TypeError [ERR_INVALID_CALLBACK]: Callback must be a function. Received undefine
d
at makeCallback (fs.js:150:11)
at Object.rmdir (fs.js:682:14)
at Object.cleanup (C:\Users\Administrator\AppData\Roaming\npm\node_modules\p
honegap\node_modules\phonegap-build\lib\phonegap-build\create\zip.js:119:16)
at Object.callback (C:\Users\Administrator\AppData\Roaming\npm\node_modules
phonegap\node_modules\phonegap-build\lib\phonegap-build\create\remote.js:83:21)
at Request._callback (C:\Users\Administrator\AppData\Roaming\npm\node_module
s\phonegap\node_modules\phonegap-build-api\lib\api.js:214:22)
at Request.self.callback (C:\Users\Administrator\AppData\Roaming\npm\node_mo
dules\phonegap\node_modules\request\request.js:185:22)
at Request.emit (events.js:203:13)
at Request. (C:\Users\Administrator\AppData\Roaming\npm\node_modu
les\phonegap\node_modules\request\request.js:1161:10)
at Request.emit (events.js:203:13)
at IncomingMessage. (C:\Users\Administrator\AppData\Roaming\npm\n
ode_modules\phonegap\node_modules\request\request.js:1083:12)