Skip to content

Instantly share code, notes, and snippets.

@hipertracker
Created March 12, 2014 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hipertracker/9519256 to your computer and use it in GitHub Desktop.
Save hipertracker/9519256 to your computer and use it in GitHub Desktop.
smart.json:
{
"packages": {
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
"branch": "blaze-integration"
},
"iron-router-progress": {},
"q": {},
"npm": {},
"spin": {},
"fast-render": {},
"blaze-layout": {},
"font-awesome-4-less": {},
"bootstrap-3": {},
"lodash": {}
}
}
$ mrt update
✓ iron-router
branch: https://github.com/EventedMind/iron-router.git#blaze-integrations
ERROR: 1 Command failed: error: pathspec 'blaze-integrations' did not match any file(s) known to git.
STDOUT:
STDERR: error: pathspec 'blaze-integrations' did not match any file(s) known to git.
/usr/local/lib/node_modules/meteorite/lib/sources/git.js:181
self.checkoutType + ": " + (self.commit || self.head);
^
There was a problem checking out branch: blaze-integrations
rmbp:biblia-meteor hipertracker$ mrt update
✓ iron-router
branch: https://github.com/EventedMind/iron-router.git#blaze-integration
Problem installing iron-router
✘ [latest] conflicts with [branch: https://github.com/EventedMind/iron-router.git#blaze-integration]
Can't resolve dependencies! Use --force if you don't mind mrt taking a wild guess and running your app anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment