Open 1fabiopereira opened 3 years ago
When I try to start my applicattion I get error:
/node_modules/seneca/node_modules/jsonic/jsonic.js:2084 throw peg$buildException(null, peg$maxFailExpected, peg$maxFailPos); ^ [SyntaxError: Expected "[", "false", "null", "true", "{", [^,}\]], double-quote string, number or single-quote string but "}" found.] { expected: [ { type: 'literal', value: '[', description: '"["' }, { type: 'literal', value: 'false', description: '"false"' }, { type: 'literal', value: 'null', desc
Someone know how can I fix itt?
this occurs when using the abbreviated json strings to specify messages - there is a syntax error - later lines in the stack trace should show where
this should be a FAQ entry
When I try to start my applicattion I get error:
Someone know how can I fix itt?