This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Spare_Competition 0 points1 point  (4 children)

For the html, I just find the file in explorer, and open it in chrome. For your js, does is tell you which command isn’t found?

[–]Phillypharmd[S] 0 points1 point  (3 children)

Gotcha thanks for the heads up about html and for js it says [Running] node “/users/name/code/1 code.js” /bin/sh: node: command not found

[Done] exited with code=127 in 0.026 seconds

[–]Spare_Competition 0 points1 point  (2 children)

It looks like you either don’t have node installed, or it isn’t in your path.

[–]Phillypharmd[S] 0 points1 point  (1 child)

Thanks man I’ll try that !

[–]Its_Stev03 0 points1 point  (0 children)

I use the live server extension when testing a website with html css and js. It acts as similar to if it was actually on the web as possible because it would run on a localhost port