nodebb doesnt work on windows

Technical Support
  • i have nodebb working on ubuntu 16 just fine (1.3.0 version)
    but i cant seem to get it work on window 7
    i keep getting the error below when i try to start the fourm

    Clustering enabled: Spinning up 1 process(es).

    {"level":"info","message":"Time: Tue Nov 22 2016 11:59:17 GMT+0200 (Jerusalem Standard Time)","timestamp":"2016-11-22T09:59:17.687Z"}
    {"level":"info","message":"Initializing NodeBB v1.3.0","timestamp":"2016-11-22T09:59:17.689Z"}
    {"level":"info","message":"[database] Checking database indices.","timestamp":"2016-11-22T09:59:18.161Z"}
    {"level":"info","message":"[database] Checking database indices done!","timestamp":"2016-11-22T09:59:18.176Z"}
    {"level":"info","message":"initializing NodeBB ...","timestamp":"2016-11-22T09:59:20.881Z"}
    {"level":"info","message":"[plugins/emoji-one] Initial startup detected. Downloading emojione assets...","timestamp":"2016-11-22T09:59:21.532Z"}
    {"level":"info","message":"Routes added","timestamp":"2016-11-22T09:59:21.648Z"}
    {"level":"error","message":"","timestamp":"2016-11-22T09:59:23.559Z"}
    undefined
    {"level":"info","message":"[app] Shutdown (SIGTERM/SIGINT) Initialised.","timestamp":"2016-11-22T09:59:23.560Z"}
    {"level":"info","message":"[app] Database connection closed.","timestamp":"2016-11-22T09:59:23.562Z"}
    {"level":"info","message":"[app] Web server closed to connections.","timestamp":"2016-11-22T09:59:23.562Z"}
    {"level":"info","message":"[app] Shutdown complete.","timestamp":"2016-11-22T09:59:23.562Z"}
    [cluster] Child Process (29904) has exited (code: 1, signal: null)
    [cluster] Spinning up another process...
    {"level":"info","message":"Time: Tue Nov 22 2016 11:59:24 GMT+0200 (Jerusalem Standard Time)","timestamp":"2016-11-22T09:59:24.673Z"}
    {"level":"info","message":"Initializing NodeBB v1.3.0","timestamp":"2016-11-22T09:59:24.675Z"}
    {"level":"info","message":"[database] Checking database indices.","timestamp":"2016-11-22T09:59:25.320Z"}
    {"level":"info","message":"[database] Checking database indices done!","timestamp":"2016-11-22T09:59:25.411Z"}
    {"level":"info","message":"initializing NodeBB ...","timestamp":"2016-11-22T09:59:27.314Z"}
    {"level":"info","message":"Routes added","timestamp":"2016-11-22T09:59:27.649Z"}
    (node:30632) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Broken @import declaration of "https://fonts.googleapis.com/css?family=Roboto:300,400,50
    0,700" - error 400
    (node:30632) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit
    code.


    and when itry to start the fourm using this command :

    node nodebb slog

    this is what i get:

    Starting NodeBB with logging output

    Hit Ctrl-C to exit

    events.js:160
    throw er; // Unhandled 'error' event
    ^

    Error: spawn tail ENOENT
    at exports._errnoException (util.js:1026:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
    at onErrorNT (internal/child_process.js:359:16)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)
    at Module.runMain (module.js:606:11)
    at run (bootstrap_node.js:394:7)
    at startup (bootstrap_node.js:149:9)
    at bootstrap_node.js:509:3

    can someone help me?

  • @avii try disabling all plugins. Make sure you have node v5+ installed.


Suggested Topics