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 Express Basics (2015) Getting Started with Express Install Express.js

Problems setting up Sublime Text command line for windows

Hi,

I followed the instructions set forth in the tutorial:

https://scotch.io/tutorials/open-sublime-text-from-the-command-line-using-subl-exe-windows

Unfortunately i kept getting an error when using subl.exe in the CMD prompt. I Found a solution by changing the folder path for the PATH variable from: C:\User\YOURUSERNAME\AppData\Roaming\npm;%SUBLIME% - TO - C:\Program Files\Sublime Text3\;

This works for me and i can now use subl.exe succesfully in the command line. Hope this helps other windows users.

FYI: I am running Sublime text 3 on Windows 10