Hello,
i just finished installing NodeBB on a fresh updated Centos 7 and 8 and i cannot start the nodebb application with the command ./nodebb start. Everytime i get this error below. Can someone look it up for me?
[nodebbadmin@nodebb01 forum]$ ./nodebb start
Starting NodeBB
"./nodebb stop" to stop the NodeBB server
"./nodebb log" to view server output
"./nodebb help" for more commands
[nodebbadmin@nodebb01 forum]$ internal/fs/utils.js:811
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number (12916)
at Object.writeFileSync (fs.js:1521:5)
at /var/www/forum/loader.js:221:7
at /var/www/forum/node_modules/graceful-fs/graceful-fs.js:343:16
at FSReqCallback.oncomplete (fs.js:179:23) {
code: 'ERR_INVALID_ARG_TYPE'
}
Thank you