I have downloaded and installed node.js from https://nodejs.org/en/. I want to run a js file:
console.log(\'hello\');
I run nod
Did you copy some unicode characters from word or something?
try retyping the console.log('hello') Something like this has happened to me before, when I copied some code from a word document.
console.log('hello')