rasa-ui
rasa-ui copied to clipboard
Issue in starting RASA UI
On running command npm start getting type error on terminal side:
(base) INHYKPMAC01-MacBook-Pro:rasa-ui prakriti$ npm start
[email protected] start /Users/prakriti/Documents/rasa_bot/rasa-ui node server/server.js
/Users/prakriti/Documents/rasa_bot/rasa-ui/server/server.js:65 'Rasa UI Server: http://localhost:' + listener.address().port ^
TypeError: Cannot read property 'port' of null
at checkRasaUI (/Users/prakriti/Documents/rasa_bot/rasa-ui/server/server.js:65:61)
at Object.node server/server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /Users/prakriti/.npm/_logs/2019-11-13T11_43_13_078Z-debug.log
you solved that issue ?