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

Development Tools Preview Files in a Browser

Kirok James
seal-mask
.a{fill-rule:evenodd;}techdegree
Kirok James
Full Stack JavaScript Techdegree Student 876 Points

how to view in chrome browser

I am trying to copy and paste the code from the treehouse workspace, and create files and folders exactly the same in Visual Studio Code, but I don't know how to make it work in the chrome browser. I created everything in Visual Studio and it has been automatically uploaded in gitHub but when I try to publish in it says error in console Failed to load resource: net::ERR_FILE_NOT_FOUND

1 Answer

Travis Alstrand
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Travis Alstrand
Treehouse Teacher

Hey Kirok James !

I'm sorry to hear you're having an issue, hopefully you've figured it out by now! But if not, if you could copy/paste a link to that GitHub repo you mentioned so that we can see the code that would be extremely helpful.

It sounds like a path was not created correctly or that a file you're referring to in the code is not in the project files. But it's hard to say without seeing any of it.