1 2 3 4
const chalk = require('chalk'); console.log(chalk.green('Hello from Node.js integration test!')); console.log('SUCCESS: Node stack is working');