1 2 3 4 5
module.exports = { sayHi: () => 'Hi from node-lifecycle-scripts!' }; console.log('install.js', module.exports.sayHi());