-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Navigate to /register yields this jade processing error from deep within express-stormpath ...
/usr/local/bin/node server.js
Stormpath Ready
SyntaxError: Unexpected token (1:42)
at Parser.pp.raise (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:1745:13)
at Parser.pp.unexpected (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:2264:8)
at Parser.pp.parseBindingAtom (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:1876:12)
at Parser.pp.parseMaybeDefault (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:1920:23)
at Parser.pp.parseBindingList (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:1896:23)
at Parser.pp.parseFunctionParams (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:2776:22)
at Parser.pp.parseFunction (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:2769:8)
at Parser.pp.parseExprAtom (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:1129:19)
at Parser.pp.parseExprSubscripts (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:1023:19)
at Parser.pp.parseMaybeUnary (/Volumes/MCCOY_DATA/NodeDev/express-stormpath-sample-project/node_modules/jade/node_modules/with/node_modules/acorn/dist/acorn.js:1004:19)