Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Marcio Gessoni
15,454 Pointsnpm warn deprecated stable@0.1.8 ...source-map-resolve@0.6.0 ...svgo@1.3.2
Hi 🌳🏠 team,
For this video, after the npm i
command, terminal says:
$ npm i
npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm warn deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
npm warn deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
4 Answers

Travis Alstrand
Treehouse Project ReviewerThese are just warnings, not errors, you shouldn't need to worry. 👍You should be fine to keep following along.
If you hit any errors that prevent you from completing the work please let us know and we'll make necessary adjustments.
As Laura states earlier in the video, using Create React App isn't necessarily the recommended approach anymore, but the work you'll cover in this course is still relevant.

Rich Donnellan
Treehouse Moderator 27,740 PointsThese videos are older. Don't expect any updates.

Marcio Gessoni
15,454 PointsNo problem, team. I'm actually enjoying the React course so far, thanks to everyone, especially Laura.
By the way, any plans for a React Native course in the future?

Travis Alstrand
Treehouse Project ReviewerI know that it's on the list of things we'd like to implement, we're just currently swamped with other things needing updates unfortunately.
I'd love to make a React Native course someday soon though 👍

Marcio Gessoni
15,454 PointsOk, thanks Travis, I think you are doing a good job so far.