JJones780 / tabloro

Play any board game online with friends in the browser. Runs on any device. Using webRTC for peer2peer video chat. Using phaser for rendering.
0 stars 1 forks source link

Doensn't work #3

Closed yannba closed 4 years ago

yannba commented 4 years ago

I followed the setup guide, got the following:

Tabloro@4.0.0 start /var/www/tabloro NODE_PATH=./config:./app/controllers:./lib NODE_ENV=development ./node_modules/.bin/nodemon server.js

exception in nodemon killing node ReferenceError: primordials is not defined at fs.js:39:5 at req_ (/var/www/tabloro/node_modules/natives/index.js:143:24) at Object.req [as require] (/var/www/tabloro/node_modules/natives/index.js:55:10) at Object. (/var/www/tabloro/node_modules/graceful-fs/fs.js:1:37) at Module._compile (internal/modules/cjs/loader.js:1147:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1167:10) at Module.load (internal/modules/cjs/loader.js:996:32) at Function.Module._load (internal/modules/cjs/loader.js:896:14) at Module.require (internal/modules/cjs/loader.js:1036:19) at require (internal/modules/cjs/helpers.js:72:18)


If appropriate, please file an error with the output from: $ /usr/bin/node /var/www/tabloro/node_modules/.bin/nodemon server.js --dump At http://github.com/remy/nodemon/issues/new

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! Tabloro@4.0.0 start: NODE_PATH=./config:./app/controllers:./lib NODE_ENV=development ./node_modules/.bin/nodemon server.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the Tabloro@4.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-04-08T17_55_47_108Z-debug.log