Proplem with download meteor

Hi, to all!
my system is windows 7. I can’t download it with curl - “could not resolve the host”. Could some help me with it?

Use the official Windows installer.

Or use the alterative Windows installation process.

Hello, Rob! Thanks for advise. but unfortunately doesn’t work! here is the result
C:\Users\Шмидты>meteor
run: You’re not in a Meteor project directory.

To create a new Meteor project:
meteor create
For example:
meteor create myapp

For more help, see ‘meteor --help’.

C:\Users\Шмидты>meteor create myapp
C:\Users\Шмидты\AppData\Local.meteor\packages\meteor-tool\1.4.2_1\mt-os.windows
.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:190
throw error;
^

Error: ENOENT: no such file or directory, stat 'C:\Users\Шмидты\client’
at Error (native)
at Object.fs.statSync (fs.js:844:18)
at Object.wrapper (C:\tools\fs\files.js:1533:35)
at Object.files.(anonymous function) [as stat] (C:\tools\fs\files.js:1634:27
)
at thisPathCountsAsAFile (C:\tools\cli\commands.js:655:25)
at Array.some (native)
at Function..some..any (C:\Users\Шмидты\AppData\Local.meteor\packages\met
eor-tool\1.4.2_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\underscore\und
erscore.js:207:59)
at Command.func (C:\tools\cli\commands.js:641:33)
at C:\tools\cli\main.js:1483:23

C:\Users\Шмидты>
Notes: I’ve tryed both ways with the same result

solved the problem by several attempts with rebooting system. but there is the other problem!!!:

=> Started proxy.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can’t start Mongo server.
MongoDB had an unspecified uncaught exception.
This can be caused by MongoDB being unable to write to a local database.
Check that you have permissions to write to .meteor/local. MongoDB does
not support filesystems like NFS that do not allow file locking.

C:\Users\Шмидты\AppData\Local.meteor\my_app>

You may have a mongod.lock file which was left behind from your earlier attempts to start Meteor. Check in the .meteor\local\db\ folder of your project and delete it if it’s there.

this folder is absolutely empty. Do you have any idea?