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 2017 Create a Command Line Weather Application Handling Errors - Solution

tal Shnitzer
PLUS
tal Shnitzer
Courses Plus Student 5,242 Points

a good node.js and js editor?

in the course it is recommended that we'll create cmd line apps. I've installed node.js. but what is a good editor to code with

5 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

I recommend Visual Studio Code. I don't know about Atom or Subline Text but it has a handy integrated terminal for running your node commands as you code. :-)

BRACKETS

Hey!

Have you tried Atom?

Many editors also use Sublime.

I personally use PhpStorm but it is not free, while the other two are open source.

Hope this helps!

Martin Lecke
Martin Lecke
14,385 Points

I have tried Sublime, Atom and Visual Code.

You will get most value out of Atom or Visual Code in my opinion. Currently im using Atom

Elena Man
Elena Man
21,092 Points

I have come to the conclusion that for HTML and CSS Sublime is great and does its job but when it comes to JS it's best to look for other editors.