Error Invalid Arg Type
Unsolved
Technical Support
-
Hi,
After installation of nodebb and after ./nodebb start we get the attached error. Any idea what the problem might be. Thanks in advance for your help. -
What version of Node are you using?
-
@PitaJ we are using nodejs v14.17.4 and nodeBB 2.5.7.
-
Seems like fixed here https://github.com/NodeBB/NodeBB/issues/8302 But the fix is in 1.13.x and up so not sure why you are still getting it. Did you check the value of
fs.writeFileSync(pidFilePath, String(process.pid));
those 2 variables? -
Thanks. reinstalling 2.5.7 resolved the issue.
Copyright © 2024 NodeBB | Contributors