raml-server icon indicating copy to clipboard operation
raml-server copied to clipboard

SyntaxError when using RAML tutorial example (parameters not supported?)

Open romgar opened this issue 7 years ago • 0 comments

Hi guys,

I'm trying to use the raml-server with the example given in the RAML official 200 tutorial (http://raml.org/developers/raml-200-tutorial), jukebox-api.raml.

I get the following error:

$ raml-server jukebox-api.raml 
Error parsing: SyntaxError: Unexpected token <

Does it mean that raml-server doesn't support parameters (<< resourcePathName >>, ...) as explained in http://raml.org/developers/raml-200-tutorial#parameters ? Or do I miss something?

romgar avatar Mar 03 '17 14:03 romgar