Cannot Start Meteor

Since installing I’ve been struggling to get started with Meteor for a day now.

Here is what happens when I type meteor at the cmd prompt -

C:\Users\Chris&Vera>meteor
’Vera\AppData\Local.meteor’ is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
module.js:327
** throw err;**
** ^**

Error: Cannot find module ‘meteor-promise’
** 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 makeCompatible (C:\Users\Chris&Vera\AppData\Local.meteor\packages\meteor-tool\1.4.4_2\mt-os.windows.x86_32\tools\tool-env\install-promise.js:6:3)**
** at Object. (C:\Users\Chris&Vera\AppData\Local.meteor\packages\meteor-tool\1.4.4_2\mt-os.windows.x86_32\tools\tool-env\install-promise.js:9:1)**
** 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)**

Looks like the parser might be having trouble with the ampersand in your username :smile:

I’ve changed my windows account name to just Chris but Chris&Vera is still there. I’m assuming reinstalling will still install into Chris&vera. What should I do?

You could probably fix it by editing the registry or something (you’ll have to google it). Or create a new user.

Fixed the user name problem and still can’t get meteor to run however, all I get now at the cmd prompt is -

‘meteor’ is not recognized as an internal or external command,
operable program or batch file.