You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone is taking this course in 2025, some dependencies and code must be refactored to accommodate API changes.
You can see the changes I made in pr[#12] which refactors the starter code to work with current versions.
Alternatively, you can fork mymaster branch which has the same fixes in the above PR.
Note on MongoDB: The latest MongoDB Node.js driver requires MongoDB 4.0 or later, but the system I was using only had MongoDB 3.6.8. If you run into compatibility issues, you may need to either upgrade MongoDB or downgrade the driver version like I did.
I have been following along with the course and making adjustments as needed. My goal is to commit changes after each video and create branches for the different sections. If you're looking for a reference on how the code should look like today, hopefully, this helps!
The text was updated successfully, but these errors were encountered:
If anyone is taking this course in 2025, some dependencies and code must be refactored to accommodate API changes.
You can see the changes I made in pr[#12] which refactors the starter code to work with current versions.
Alternatively, you can fork my master branch which has the same fixes in the above PR.
Note on MongoDB: The latest MongoDB Node.js driver requires MongoDB 4.0 or later, but the system I was using only had MongoDB 3.6.8. If you run into compatibility issues, you may need to either upgrade MongoDB or downgrade the driver version like I did.
I have been following along with the course and making adjustments as needed. My goal is to commit changes after each video and create branches for the different sections. If you're looking for a reference on how the code should look like today, hopefully, this helps!
The text was updated successfully, but these errors were encountered: