Hello.
I want to make some Web-App with NodeBB and OneSignal.
But i've get some wall from OneSignal.
How can i send notification from OneSignal Plugin?
Going to run nodeBB by node app
, it responds the below error:
module.js:340
throw err;
^
Error: Cannot find module '/var/www/nodebb/public/language/en/app'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
(On last try, I had changed some phrases on language/en/xxx.json files)