Meteor create todolist on command does not create server,client folder ,pakage.json and other files

what i have tried…
1. after installation i figured out that path in environment variable was not set properly there was an extra slash, i removed it then meteor was recognised in cmd .

2.then i ran ‘meteor create todolist’ i found out that it does not create server,client folder ,pakage.json and other files in project folder.

3. then ran the command ‘meteor update’ now i get this error
’This project uses Meteor 1.4.1.1, which isn’t available on Windows. To work with this app on all supported platforms’

i want to learn meteor please guide me.