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 Node.js Basics (2014) Introduction to Node.js Hello World

fredyrosales
fredyrosales
10,572 Points

Solved

Does anyone know how i can set up Atom so i can use node .js with it!? Please any feed back would be much appreciated!

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

Atom is just a text editor. No set up necessary. I use Atom and Node every day. You many need to use the command line to install Node, but that's seperate from Atom.

Atom has a plugin to have a command line tool in your Atom text editor, but that's just a plugin. Let me know if I'm missing something, but otherwise get your node project started, and than just start coding your files in Atom

fredyrosales
fredyrosales
10,572 Points

how can i access the console like he is in workspaces? But with atom.

Kevin Korte
Kevin Korte
28,148 Points

You technically don't. You would just use your computers console or terminal. It would work similar. Windows is a little different than a unix console, but the same principal remains.

You could add this package: https://atom.io/packages/atom-terminal-panel and it would look similar to workspaces, but don't get confused. The text editor and the console are two separate applications. They're just brought together as one in workspaces.