-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
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)
$ phonegap -v
6.3.0
$ node -v
v6.4.0
krampstudio