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

JavaScript React Components Build Modular Interfaces with Components Setting up with Create React App

Marcio Gessoni
Marcio Gessoni
15,193 Points

npm 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.

2 Answers

Travis Alstrand
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Travis Alstrand
Treehouse Project Reviewer

These 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.