I am trying to install iron-router on Windows but i am unable to install. Below are the steps i tried
Created packages folder in my project. Cloned iron -router(version 0.8.2) repo. Then ran meteor add iron-router My smart.json file looks like this
{
"name": "iron-router",
"description": "Routing specifically designed for Meteor",
"homepage": "https://github.com/EventedMind/iron-router",
"author": "Chris Mather (https://github.com/cmather), Tom Coleman (https://github.com/tmeasday)",
"version": "0.8.2",
"git": "https://github.com/EventedMind/iron-router.git",
"packages": {
"iron-layout": "0.2.0"
}
}
But i am getting the following error iron-router: updating npm dependencies -- connect...=> Errors while scanning packages:
While building package `iron-router`:
error: no such package: 'iron-layout'
My Meteor Version is 0.8.3 What can i do to resolve this error ? Any help would be greatly appreciated