Unable to login via meteor tool on windows 7 development platform

I am trying to login so I can deploy a test app to meteor.com on a windows development server. After I enter below on the command line:

meteor login
Username: alexofob
Password:

this is the error message I get:

C:.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\dev_bundle\lib\node_modules\fibers\future.js:278
throw(ex);
^
Error: can’t find a unique name for temporary file?
at writeSessionData (C:.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\tools\auth.js:143:13)
at Object.exports.setSessionId (C:.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\tools\auth.js:852:3)
at doInteractivePasswordLogin (C:.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\tools\auth.js:494:10)
at Object. (C:.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\tools\auth.js:553:11)
at Object.loginCommand (C:.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\tools\auth.js:40:22)
at Command.main.registerCommand.name [as func] (C:.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\tools\commands.js:1642:15)
at C:.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\tools\main.js:1363:23

How can I resolve this issue.

Thanks