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 trialSean Modd
4,688 PointsIn the Node.js documentation what index do I look in to find the appropriate API to use?
In the Node.js documentation what index do I look in to find the appropriate API to use?
1 Answer
Shawn Jones
15,579 PointsHi Sean Modd,
I would first do:
node -v
in the console to see which version you have. From there, I would go to https://nodejs.org/api/ and click on the "view another version" tab to show the appropriate index that would match your node version.