You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: parameter.repeat is not a function
at /usr/local/lib/node_modules/ramlo/src/modules/api.js:231:31
at arrayEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:522:11)
at Function.forEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:9011:14)
at produceQueryParameters (/usr/local/lib/node_modules/ramlo/src/modules/api.js:170:7)
at /usr/local/lib/node_modules/ramlo/src/modules/api.js:97:30
at arrayEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:522:11)
at Function.forEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:9011:14)
at produceEndpoints (/usr/local/lib/node_modules/ramlo/src/modules/api.js:81:7)
at /usr/local/lib/node_modules/ramlo/src/modules/api.js:66:42
at arrayEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:522:11)
The text was updated successfully, but these errors were encountered:
Hi,
I get this issue with current version. It is blocker issuer as I cannot run raml files written 1.0.
Can you please let me know when is the plan to release ? Thanks
starting ramlo...
loading dependencies...
creating documentation...
/usr/local/lib/node_modules/ramlo/src/modules/api.js:231
repeat: parameter.repeat()
^
TypeError: parameter.repeat is not a function
at /usr/local/lib/node_modules/ramlo/src/modules/api.js:231:31
at arrayEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:522:11)
at Function.forEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:9011:14)
at produceQueryParameters (/usr/local/lib/node_modules/ramlo/src/modules/api.js:170:7)
at /usr/local/lib/node_modules/ramlo/src/modules/api.js:97:30
at arrayEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:522:11)
at Function.forEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:9011:14)
at produceEndpoints (/usr/local/lib/node_modules/ramlo/src/modules/api.js:81:7)
at /usr/local/lib/node_modules/ramlo/src/modules/api.js:66:42
at arrayEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:522:11)
The text was updated successfully, but these errors were encountered: