我似乎无法使用基本工作空间!
此问题是一个已知问题: https://github.com/zimme/meteor-active-route/issues/52
规格:Win7,64位。
我创建了一个新应用
> meteor create example
工作正常。
我运行应用,
> cd example
> meteor
然后我将一些软件包添加到packages文件中([default]代表meteor create
安装的默认软件包,删除了autopublish
和insecure
。),
# [default]
kadira:flow-router
kadira:blaze-layout
erasaur:meteor-lodash
mquandalle:stylus
fortawesome:fontawesome
spiderable
fastclick
raix:handlebar-helpers
aldeed:collection2
aldeed:autoform
accounts-ui
accounts-password
matb33:bootstrap-glyphicons
msavin:jetsetter
zimme:active-route
gwendall:auth-client-callbacks
然后我再次启动Meteor:
> meteor
=> Started proxy.
=> Started MongoDB.
C:\Users\Pj\AppData\Local\.meteor\packages\meteor-tool\1.4.2\mt-os.windows.x86_3
2\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:190
throw error;
^
Error: Extracted archive '/C/Users/Pj/AppData/Local/Temp/.tmpkxwy69' should only
contain one entry
Q值。你重新启动了机器吗?
Q值。你重新安装了Meteor吗?
Q值。你删除了Local / Temp中的东西吗?
Q值。为什么呢?
答案 0 :(得分:0)
我认为您需要一次添加一个包并查看其中断的位置。我知道这很乏味,但你需要以某种方式找到问题:)
为了节省时间,您可以使用名为binary chop (or binary search)的技术。添加一半的包,如果它很好,问题出在列表的后半部分。继续砍,直到找到它。