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
Its better to include package.json file so that anybody who clones this repo can easily run npm install
The text was updated successfully, but these errors were encountered:
{ "name": "chat-nodejs", "description": "node.js + socket.io chat application", "version": "0.0.1", "dependencies": { "express": "", "socket.io": "" } }
Sorry, something went wrong.
Here is the package.json I use for chat-nodejs
{ "name": "chat-nodejs", "version": "0.0.1", "scripts": { "start": "node server" }, "dependencies": { "express": "~4.11.0", "socket.io": "~0.9.1" } }
No branches or pull requests
Its better to include package.json file so that anybody who clones this repo can easily run npm install
The text was updated successfully, but these errors were encountered: