Meteor on Windows 7 not working

When I try to start meteor I got the following message:

...AppData\Local\.meteor\packages\meteor-tool\1.3.4_3\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor
-promise\promise_server.js:165
      throw error;
            ^
Error: EPERM, symlink 'C:\Users\Marc\AppData\Local\.meteor\packages\meteor-tool\1.3.4_3\mt-os.windows.x86_32\dev_bundle'

Anyone an idea?

Restart your pc and it will work.

1 Like

Thanks, but it didn’t help. After reboot I got the same message. I tried to uninstall meteor but the uninstaller didn’t work too.
In the end I uninstalled meteor manually and reinstalled it using the windows installer. Now everything seems to be fine.

It looks familiar to this new issue:

Try the new 1.3.4.4 with:
meteor update

1 Like

Doing meteor reset worked for me. (Meteor 1.4)