Search code examples
meteoriron-router

Cannot add package iron router for meteor on windows 8.1 pro


I installed meteor on windows from http://win.meteor.com/. I was trying to install iron router package for meteor on windows 8.1 by downloading following repositories

git clone https://github.com/tmeasday/meteor-router.git

After downloading i renamed the folder to iron-router. Then i downloaded other repositories

git clone https://github.com/tmeasday/meteor-page-js-ie-support.git
git clone https://github.com/tmeasday/meteor-HTML5-History-API.git
git clone https://github.com/EventedMind/blaze-layout.git

updated sub modules using git submodule update –-init for

meteor-HTML5-History-API
meteor-page-js-ie-support

when i execute meteor add iron-router i am getting following error

enter image description here


Solution

  • The problem is with win.meteor.com. As I instructed in my earlier answer, please install Meteor for Windows from https://github.com/meteor/meteor/wiki/Preview-of-Meteor-on-Windows.