From 57e2fd8da1f7e6a6f88f565531102ac26aea75e3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 30 May 2016 02:44:38 +0200 Subject: [PATCH] update scripts --- ts/npmci.install.ts | 2 ++ 1 file changed, 2 insertions(+) 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