Did anyone know if it's possible to print a log message at the very end after the npm install?
To enable CLI tab autocompletion run:
mypackage completion >> ~/.profile
[email protected] node_modules/progress
[email protected] node_modules/kew
[email protected] node_modules/adm-zip
[email protected] node_modules/request-progress
└── [email protected]
....
But I want to give a message after the dependency download, e.g:
[email protected] node_modules/progress
[email protected] node_modules/kew
[email protected] node_modules/adm-zip
[email protected] node_modules/request-progress
└── [email protected]
To enable CLI tab autocompletion run:
mypackage completion >> ~/.profile
I tried it via a post installation script, but doesn't work
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With