Hi, i want to create a custom field in kibana, i tried to follow the instructions at
but when i start kiban launching bin/kibana --dev i get this error:
SyntaxError: Unexpected token ILLEGAL
at Function (native)
at /home/sensei/kibana/node_modules/lodash/index.js:10809:16
at /home/sensei/kibana/node_modules/lodash/index.js:11082:21
at /home/sensei/kibana/node_modules/lodash/index.js:8152:31
at Function.template (/home/sensei/kibana/node_modules/lodash/index.js:10808:20)
at Object.<anonymous> (/home/sensei/kibana/src/ui/appEntryTemplate.js:2:36)
at Module._compile (module.js:460:26)
at normalLoader (/home/sensei/kibana/node_modules/babel-core/lib/api/register/node.js:199:5)
at Object.require.extensions.(anonymous function) [as .js] (/home/sensei/kibana/node_modules/babel-core/lib/api/register/node.js:216:7)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/home/sensei/kibana/src/ui/UiBundleCollection.js:12:24)
at Module._compile (module.js:460:26)
at normalLoader (/home/sensei/kibana/node_modules/babel-core/lib/api/register/node.js:199:5)
optimizer crashed with status code 1
How can i solve it?
and if i have success, how can i transport the new field from dev to production?
Thanks in advance.