From eff785ed21917b0da52aed9cc152c36b42334aa7 Mon Sep 17 00:00:00 2001 From: Aluan Haddad Date: Tue, 31 May 2016 07:15:39 -0400 Subject: [PATCH] Fix _os.platform is not a function This fixes the `_os.platform is not a function` exception which occurs when attempting to use the bundle command in jspm@0.17.0-beta-*. I experimented with local overrides and this did the trick. @frankwallis, @guybedford, does this look right? --- package-overrides/npm/typescript@1.9.0-dev.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package-overrides/npm/typescript@1.9.0-dev.json b/package-overrides/npm/typescript@1.9.0-dev.json index 3005d44..e6792da 100644 --- a/package-overrides/npm/typescript@1.9.0-dev.json +++ b/package-overrides/npm/typescript@1.9.0-dev.json @@ -4,9 +4,8 @@ "buffer": "@empty", "child_process": "@empty", "fs": "@empty", - "os": "@empty", "path": "@empty", "process": "@empty", "readline": "@empty" } -} \ No newline at end of file +}