|
部署串口节点NODERED就崩溃,重装了也不行,麻烦大家帮我看看是什么问题?谢谢
Welcome to Node-RED
===================
30 Aug 15:52:45 - [info] Node-RED version: v3.0.2
30 Aug 15:52:45 - [info] Node.js version: v16.20.1
30 Aug 15:52:45 - [info] Linux 4.14.111 arm LE
30 Aug 15:52:51 - [info] Loading palette nodes
30 Aug 15:52:58 - [warn] Missing node modules:
30 Aug 15:52:58 - [warn] - node-red-node-serialport (1.0.4): serial in, serial out, serial request, serial-port
30 Aug 15:52:58 - [info] Removing modules from config
30 Aug 15:52:59 - [info] Settings file : /data/settings.js
30 Aug 15:52:59 - [info] Context store : 'default' [module=memory]
30 Aug 15:52:59 - [info] User directory : /data
30 Aug 15:52:59 - [warn] Projects disabled : editorTheme.projects.enabled=false
30 Aug 15:52:59 - [info] Flows file : /data/flows.json
30 Aug 15:52:59 - [info] Creating new flow file
30 Aug 15:52:59 - [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.
---------------------------------------------------------------------
30 Aug 15:52:59 - [warn] Encrypted credentials not found
30 Aug 15:52:59 - [info] Server now running at http://127.0.0.1:1880/
30 Aug 15:52:59 - [info] Starting flows
30 Aug 15:52:59 - [info] Started flows
30 Aug 15:54:23 - [info] Installing module: node-red-node-serialport, version: 1.0.4
30 Aug 15:54:40 - [info] Installed module: node-red-node-serialport
30 Aug 15:54:40 - [info] Added node types:
30 Aug 15:54:40 - [info] - node-red-node-serialport:serial in
30 Aug 15:54:40 - [info] - node-red-node-serialport:serial out
30 Aug 15:54:40 - [info] - node-red-node-serialport:serial request
30 Aug 15:54:40 - [info] - node-red-node-serialport:serial-port
30 Aug 15:55:03 - [info] Stopping flows
30 Aug 15:55:03 - [info] Stopped flows
30 Aug 15:55:03 - [info] Updated flows
30 Aug 15:55:03 - [info] Starting flows
./entrypoint.sh: line 14: 6 Segmentation fault (core dumped) /usr/local/bin/node $NODE_OPTIONS node_modules/node-red/red.js --userDir /data $FLOWS "${@}"
|
|