Babel-runtime module.js:327 error

receiving error below, while trying to run meteor npm install --save babel-runtime
module.js:327, appreciate any suggestions.

meteor npm install --save babel-runtime
module.js:327
throw err;
^

Error: Cannot find module '…/lib/utils/unsupported.js’
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at /Users/t3/.meteor/packages/meteor-tool/.1.4.3_2.1bvf0xf++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm:19:21
at Object. (/Users/t3/.meteor/packages/meteor-tool/.1.4.3_2.1bvf0xf++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm:79:3)
at Module._compile (module.js:409:26)
at Object.Module._extensions…js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)

Had the same error. I just uninstalled and reinstalled meteor.

$ curl https://install.meteor.com | /bin/sh

That should automatically remove and reinstall everything.