TypeError: Cannot read property '0' of undefined

I am at meteor rc0 for Windows running on Windows 7.

After running meteor --release EACH-IN@0.0.3 i wanted to switch back and simply start “meteor”. However i get the following exception:

C:\Users[user]\AppData\Local.meteor\packages\meteor-tool\1.1.1-win.7\mt-os.win
dows.x86_32\tools\server\mini-files.js:18
if (p[0] === “\” && (! partialPath)) {
^
TypeError: Cannot read property ‘0’ of undefined
at toPosixPath (C:\Users[user]\AppData\Local.meteor\packages\meteor-tool\1
.1.1-win.7\mt-os.windows.x86_32\tools\server\mini-files.js:18:8)
at Object.convertToStandardPath (C:\Users[user]\AppData\Local.meteor\packa
ges\meteor-tool\1.1.1-win.7\mt-os.windows.x86_32\tools\server\mini-files.js:55:1
2)
at Object.files.getHomeDir (C:\Users[user]\AppData\Local.meteor\packages\m
eteor-tool\1.1.1-win.7\mt-os.windows.x86_32\tools\files.js:1165:13)
at defaultWarehouseDir (C:\Users[user]\AppData\Local.meteor\packages\meteo
r-tool\1.1.1-win.7\mt-os.windows.x86_32\tools\tropohouse.js:30:43)
at Object. (C:\Users[user]\AppData\Local.meteor\packages\meteor
-tool\1.1.1-win.7\mt-os.windows.x86_32\tools\tropohouse.js:39:42)
at Module._compile (module.js:456:26)
at Object.Module._extensions…js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)

This seems to be caused by the downgrade process. I get the same error when i try to run meteor update.

Please reinstall with the official installer - I think that particular preview release might have a buggy version of the Windows code (we never tested it on Windows)

Uninstalling and re-installing meteor fixed the issue. Seems like the update code is buggy on windows.

I think it was buggy in that particular release, but we have fixed it since.

Hello, folks
I reinstalled the application several times, but the error does not disappear. Can help me? Thanx
I’ve Windows 10

I am having what I believe is the same error (also on windows 10)


(This is with meteor already running in another terminal window)

[C:]cd Dropbox\development\meteor\simple-todos

[C:\Dropbox\development\meteor\simple-todos]meteor mongo

C:\Users\Ben\AppData\Local.meteor\packages\meteor-tool\1.1.10\mt-os.windows.x86_32\tools\static-assets\server\mini-files.js:18
if (p[0] === “\” && (! partialPath)) {
^
TypeError: Cannot read property ‘0’ of undefined
at toPosixPath (C:\Users\Ben\AppData\Local.meteor\packages\meteor-tool\1.1.10\mt-os.windows.x86_32\tools\static-assets\server\mini-files.js:18:8)
at Object.convertToStandardPath (C:\Users\Ben\AppData\Local.meteor\packages\meteor-tool\1.1.10\mt-os.windows.x86_32\tools\static-assets\server\mini-files.js:55:12)
at Object.files.getHomeDir (C:\tools\fs\files.js:1125:13)
at defaultWarehouseDir (C:\tools\packaging\tropohouse.js:30:43)
at Object. (C:\tools\packaging\tropohouse.js:39:42)
at Module._compile (module.js:456:26)
at Object.Module._extensions…js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

Have tried installing / reinstalling 3 times… same error every time try and start mongo