-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Not running properly in Replit.com #3934
Comments
Have you manually installed socket.io using the shell? In the shell area, type npm install socket.io Also, if this isn't an issue with socket.io, but with npm on replit, you should check the replit help |
@idkwhattoputhere121 does your
You should install the packages through the shell as commented by @Veggieoskibroski, I just created a NodeJS project in replit.com, followed the Get Started guide and I haven't had any issue to run socket.io. These are the steps I followed:
You can check my replit code here if you want. |
The link will now point towards a sample project, instead of the root repository. Related: #3934
I've updated the link to an actual example: https://replit.com/@socketio/socketio-minimal-example Thanks for reporting the issue 👍 |
The link will now point towards a sample project, instead of the root repository. Related: socketio#3934
Literally does not run.
npm start does not work
npm test is continuously doing useless file checks...
The text was updated successfully, but these errors were encountered: