Posts by Henrique • 13 points
2 posts
-
0
votes1
answer529
viewsQ: Organize Json file
I wanted a way to organize this Json file: { "ajuda": { "name":"Ajuda", "category": "Sistema", "desc":"Mostra todos os comandos disponiveis.", "usage":"ajuda [grupo ou comando]" }, "ping": {…
-
1
votes0
answers246
viewsQ: Error with Unexpected token?
I have a project on my machine that uses Node.js. It runs smoothly, but when I went to pass it to my server on C9.io (Linux) it is giving this error: user:~/workspace/guidebot (master) $ node…