You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the latest phonegap CLI on latest node on OS X, I see this in my server logs:
TypeError: Path must be a string. Received undefined
at assertPath (path.js:7:11)
at Object.join (path.js:1213:7)
at Object.handle (/usr/local/lib/node_modules/phonegap/node_modules/connect-phonegap/lib/middleware/cordova/cordova_plugins.js:18:33)
at next (/usr/local/lib/node_modules/phonegap/node_modules/connect/lib/proto.js:193:15)
at Object.handle (/usr/local/lib/node_modules/phonegap/node_modules/connect-phonegap/lib/middleware/cordova/cordova.js:33:13)
at next (/usr/local/lib/node_modules/phonegap/node_modules/connect/lib/proto.js:193:15)
at resume (/usr/local/lib/node_modules/phonegap/node_modules/connect/lib/middleware/static.js:65:7)
at SendStream.error (/usr/local/lib/node_modules/phonegap/node_modules/connect/lib/middleware/static.js:80:37)
at emitOne (events.js:96:13)
at SendStream.emit (events.js:188:7)
Running the latest phonegap CLI on latest node on OS X, I see this in my server logs: