我需要使用第三方软件包将mrt软件包添加到meteor项目。在此我安装npm和meteorite但是在这个时候向meteor项目添加软件包会出现以下错误:
mrt add router
错误:
✓ router
tag: https://github.com/tmeasday/meteor-router.git#v0.6.1
ERROR: 128 Command failed: fatal: Not a git repository (or any of the parent directories): .git
STDOUT:
STDERR: fatal: Not a git repository (or any of the parent directories): .git
/usr/local/lib/node_modules/meteorite/lib/sources/git.js:181
self.checkoutType + ": " + (self.commit || self.head);
^
There was a problem checking out tag: v0.6.1
我是Meteor的新手。所以我对这个错误一无所知。请告诉我该怎么做?