Help you to print "hello world" in your terminal
Install @fjribptra/hello-world package
npm install @fjribptra/hello-world
import to your project
const hello = require('@fjribptra/hello-world')
hello() //run hello function to print "hello world"
node my-project
And then see the result