Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: Unexpected token > #642

Open
venkat502 opened this issue Sep 10, 2014 · 0 comments
Open

SyntaxError: Unexpected token > #642

venkat502 opened this issue Sep 10, 2014 · 0 comments

Comments

@venkat502
Copy link

Got error when upgrading to latest version from 1.1.13-1

/usr/local/bin/node --debug server.js
debugger listening on port 5858

xxxxxxxx/xxxx/xxxx/config/environment.coffee:1
orts, require, module, __filename, __dirname) { module.exports = (compound) ->
^
WARNING: /xxxxxxxx/xxxx/xxxx/config/environment.coffee should export function(compound) but given undefined
SyntaxError: Unexpected token >
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at requireFun (/xxxxxxxx/xxxx/xxxx/node_modules/compound/lib/compound.js:253:15)
at requireIfExists (/xxxxxxxx/xxxx/xxxx/node_modules/compound/lib/compound.js:243:9)
at CompoundServer.configureApp as configure
at CompoundServer.initCompound (/xxxxxxxx/xxxx/xxxx/node_modules/compound/lib/compound.js:118:18)
at CompoundServer.initCompoundServer as init
at /xxxxxxxx/xxxx/xxxx/node_modules/compound/lib/compound.js:84:22
at process._tickCallback (node.js:419:13)
at Function.Module.runMain (module.js:499:11)
at startup (node.js:119:16)
at node.js:906:3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant