I am facing problems in installing Meteorite.
I'm currently going to start working on Telescope Project which is hosted here.
I have downloaded the Telescope into D:\Meteor\Telescope
, and installed Meteorite using npm install -g meteorite
in command prompt.
But when I rum meteorite using mrt
command I get following errors:
Stand back while Meteorite does its thing
Installing Meteor
branch: https://github.com/meteor/meteor.git#master
Installing smart packages
C:\Users\Snowflax\AppData\Roaming\npm\node_modules\meteorite\lib\sources\git.js:108
throw "There was a problem cloning repo: " + self.url;
^
There was a problem cloning repo: https://github.com/meteor/meteor.git
What is going wrong here? I have Meteor Preview 0.4.2
already installed on my Windows 7 System.
Is there any cross-platform issues? Any help will be appriciated.