-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Mistakes in documentation #48
Comments
Will fix up and improve docs on tuesday. |
ok, thanks :) |
I got it, thanks for reporting these! |
One error persisted: the name "My Cool Game" is still an 'invalid name'. |
@dirkk0 I could not reproduce this. Further, there is no code that validates room names. Can you provide some code that demonstrates the problem and open a new ticket with it? |
@incompl sure I can, but I guess I just put that wrong maybe: On the 'Getting started' page in the 'Server' section the author suggest to call the game 'My Cool Game' in the file |
use this :) { |
Oops no idea how I misread this. Fixed. |
In https://github.com/incompl/cloak/wiki/GettingStarted
in this part, when I copy and paste this
and then run: npm install cloak --save
npm ERR! Failed to parse json
npm ERR! Unexpected token }
npm ERR! File: C:\Users\User\Documents\GitHub\multiplayer\package.json
npm ERR! Failed to parse package.json data.
npm ERR! package.json must be actual JSON, not just JavaScript.
npm ERR!
npm ERR! This is not a bug in npm.
npm ERR! Tell the package author to fix their package.json file. JSON.parse
I had to change with
there are some links broken like:
https://github.com/incompl/cloak/tree/master/example
The text was updated successfully, but these errors were encountered: