We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The phantomjs package has been discontinued and it starts now to create problems on some installs.
If your installation fails and logs show an error like:
npm ERR! Phantom installation failed
you may try an alternative install.
Manually clone the nodegame repo
git clone https://github.com/nodeGame/nodegame.git
Open the file package.json and replace this line
"nodegame-server": "^6.0.0",
with:
"nodegame-server": "git://github.com/nodegame/nodegame-server.git#nophantom",
Type:
npm install
Notice that the games folder will be empty. If you want the ultimatum game back you can simply clone it in there:
cd games/ git clone https://github.com/nodeGame/ultimatum-game.git
The text was updated successfully, but these errors were encountered:
removed phantomjs support in v7
Sorry, something went wrong.
No branches or pull requests
The phantomjs package has been discontinued and it starts now to create problems on some installs.
If your installation fails and logs show an error like:
you may try an alternative install.
Manually clone the nodegame repo
Open the file package.json and replace this line
with:
Type:
Notice that the games folder will be empty. If you want the ultimatum game back you can simply clone it in there:
The text was updated successfully, but these errors were encountered: