Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Update All the Modules #49

Closed
tlhunter opened this issue Mar 15, 2013 · 1 comment
Closed

Update All the Modules #49

tlhunter opened this issue Mar 15, 2013 · 1 comment

Comments

@tlhunter
Copy link
Owner

Need to run npm update in the root to get everything to the most recent version.

  • Express 3
  • Mongo is old
  • Socket.io is old too

Delete the mongo package, since we use mongodb.

Make sure the output of npm ls contains no errors.

Update all of the code in server.js which breaks due to the new packages. Socket.io, Mongo, and Express all go nuts.

Get a list of the packages that get installed, and add them to package.json. Then, delete everything within the node_modules directory, and add that to .gitignore. In the README.md file we should say that after the files are checked out, one needs to run npm update to get the latest files.

@ghost ghost assigned tlhunter Mar 15, 2013
@tlhunter
Copy link
Owner Author

Fixed in c784313

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant