RasaHQ / rasa-nlu-trainer

DEPRECATED: We recommend using Rasa X https://rasa.com/docs/rasa-x/ for managing NLU data
MIT License
467 stars 185 forks source link

Cannot modify Rasa-nlu-trainer code source #50

Closed montacerdk closed 3 years ago

montacerdk commented 6 years ago

Hello,

I want to modify the Rasa-Nlu-trainer source code in order to modify the “Upload” and “Download” buttons instead of "Save" button, like so :

image

To do that, I installed Rasa-nlu-trainer with the node command : npm i -g rasa-nlu-trainer. This has created a project repo in this folder : C:\Users{Username}\AppData\Roaming\nvm\v10.8.0\node_modules\rasa-nlu-trainer .

After modifying the source code of the project (isOnline.js, …), I builded the solution by running npm run build and then npm start Finally, I lunched localhost:4321, nothing appears in the navigator.

Can someone help me to fix this problem please ?

Thank you.

Ailln commented 6 years ago

Can you show me the code you modified?