You are RIGHT!!!
This problem really came from node version I installed in my laptop. To make "npm link" without sudo I was using nvm to install NodeJS and I forgot to select version 12.17.0.
Great teams. Thanks a lot!
Guys, nodebb stores all the pictures in /var/nodebb/...
, but I want to use another data disk, which is not the system disk, to restore the pictures since the system disk is nearly full. How can I make it? any document? Thanks.
you can create a symbolic link to a directory in another drive.
Thank you. I will try that.