Skip to content

Path-related exception when used with a plugin-less phonegap app #173

@zeke

Description

@zeke

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions