diff --git a/ts/npmci.install.ts b/ts/npmci.install.ts index 560e700..df3212a 100644 --- a/ts/npmci.install.ts +++ b/ts/npmci.install.ts @@ -17,6 +17,8 @@ export let install = (versionArg) => { "\"" ); plugins.beautylog.success("Node version " + version + " successfully installed!"); + plugins.shelljs.exec("node -v"); + plugins.shelljs.exec("npm -v"); done.resolve(); return done.promise; } \ No newline at end of file