Okay so I am really new to server-side scripting but love to give it a try. My issue thus far is that when I attempt to launch a file like "hellonode.js" I cannot. I launch node and attempt to access a file from within a folder called new
and I get this error:
however when I use node and manually type the address in I get the intended results the javascript application works completely as intended
I really wanna know why it is I cannot execute Node from within a folder but if I manually go to it each time I can. It is rather frustrating