Error installing meteorites in Windows XP - "c: \ Microsoft.Cpp.Default.props" not found

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?

enter image description here

+4
source share
1 answer

According to official meteorite documentation , Meteorite has not been working on Windows since this was written. I'm sorry.

... However, an approach based on git meteorites contradicts the MSI installation necessary for its operation. So the meteorite is not working under the windows right now. Pull Requests that change this will be gladly accepted!

-1
source

All Articles