-
Notifications
You must be signed in to change notification settings - Fork 29
Description
After running
==> compound init myapp
and
==> npm install
and
==> compound generate scaffold list name
and
==> node .
I get the following error :
express deprecated app.configure: Check app.get('env') in an if statement config/environment.js:6:9
connect deprecated methodOverride: use method-override npm module instead config/environment.js:16:25
express deprecated app.configure: Check app.get('env') in an if statement config/environments/development.js:6:9
undefined:26
List = describe 'List', ->
^^^^^^
SyntaxError: Unexpected string
at Function (native)
at loadSchema (/work-ssd/compoundjs/myapp/node_modules/jugglingdb/lib/railway.js:107:18)
at init (/work-ssd/compoundjs/myapp/node_modules/jugglingdb/lib/railway.js:74:9)
at initialize (/work-ssd/compoundjs/myapp/node_modules/jugglingdb/index.js:94:13)
at Object.exports.init (/work-ssd/compoundjs/myapp/node_modules/jugglingdb/index.js:83:9)
at /work-ssd/compoundjs/myapp/node_modules/compound/lib/server/extensions.js:27:23
at Array.forEach (native)
at init (/work-ssd/compoundjs/myapp/node_modules/compound/lib/server/extensions.js:25:18)
at CompoundServer.module.exports as extensions
at CompoundServer.initCompound (/work-ssd/compoundjs/myapp/node_modules/compound/lib/compound.js:127:14)
at CompoundServer.initCompoundServer as init
at /work-ssd/compoundjs/myapp/node_modules/compound/lib/compound.js:84:22
at process._tickCallback (node.js:355:11)
at Function.Module.runMain (module.js:503:11)
at startup (node.js:129:16)
at node.js:814:3