post_install() {
echo "Earlier versions of npm bundled with nodejs and nodejs-lts used to set npm config foreground-scripts to true."
echo "This is no longer the case. If you had set this config, you might want to unset it now."
echo "You can do this by running: npm config delete foreground-scripts"
}
