I am learning how to create a meteor application on my windows machine. Everything is working fine, because http://win.meteor.com has a Windows installation that I can try with. I have a problem - now I want to be able to route in my application. From my research, the Meteor-Router package can be added using a meteorite. So here is what I did
- Install node.js for windows -> everything looks fine, I can type node -v to see the node version
Install a meteorite like npm install -g meteorite each operating mode until the installation of the asynchronous module is installed, which complains about "c: \ Microsoft.Cpp.Default.props"
I tried searching to find the answer, but I had no luck. Any idea for me to solve this problem?

source share