im still very new to nodeJS and i have run into a problem.
whenever i try to log something from my aplication to the terminal using " node [application name]" nothing happen please help if you can, thank you!
please keep in mind that it was working before so i broke it
i have already tried to use another terminal (bash) and nothing happend; but for some reason when i use nodemon it works im very confused so any thing will be helpful
CODE:
console.log('hello world...');
TERMINAL:
PS C:\Users\nsc\Desktop\npm> node app
PS C:\Users\nsc\Desktop\npm>