Don't open launch node-red

I am new to node-red and using the telegram packet but when I start node-red I have the following error:

Starting as a systemd service.
22 May 17:19:14 - [info] [mqtt-broker:MQTT Raspi 57] Connected to broker: mqtt://192.168.0.157:1883
nodered.service: Main process exited, code=killed, status=6/ABRT
nodered.service: Unit entered failed state.
nodered.service: Failed with result 'signal'.
nodered.service: Service hold-off time over, scheduling restart.
Stopped Node-RED graphical event wiring tool.
Started Node-RED graphical event wiring tool.
22 May 17:19:53 - [info]
Welcome to Node-RED
===================
22 May 17:19:53 - [info] Node-RED version: v0.20.5
22 May 17:19:53 - [info] Node.js  version: v10.15.3
22 May 17:19:53 - [info] Linux 4.14.98-v7+ arm LE
22 May 17:19:54 - [info] Loading palette nodes
Wed, 22 May 2019 15:20:00 GMT node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See https://github.com/yagop/node-telegram-bot-api/issues/319. at internal/modules/cjs/loader.js:701:30
22 May 17:20:01 - [info] Dashboard version 2.14.0 started at /ui
22 May 17:20:02 - [info] Settings file  : /home/pi/.node-red/settings.js
22 May 17:20:02 - [info] Context store  : 'default' [module=memory]
22 May 17:20:02 - [info] User directory : /home/pi/.node-red
22 May 17:20:02 - [warn] Projects disabled : editorTheme.projects.enabled=false
22 May 17:20:02 - [info] Flows file     : /home/pi/.node-red/flows_raspberrypi.json
22 May 17:20:02 - [warn]
---------------------------------------------------------------------
Your flow credentials file is encrypted using a system-generated key.
If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.
You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
---------------------------------------------------------------------
22 May 17:20:02 - [info] Starting flows
22 May 17:20:03 - [info] Started flows
22 May 17:20:03 - [info] Server now running at http://127.0.0.1:1880/
22 May 17:20:03 - [info] [mqtt-broker:MQTT Raspi 57] Connected to broker: mqtt://192.168.0.157:1883

How can I fix it?

Also, I need to be able to save the project I started but since I can't enter the launch I don't know how to download it.

Please help.

Greetings

Your flow is here...

This has been discussed many time on the forum and is found elsewhere with a quick and easy search...

Have you tried alternative telegram nodes in the pallete? I have used another one with good success.

Lastly you can launch node-red with the command line parameter --safe as is mentioned here...