我尝试将Meteor迁移到其他计算机,两者都是Windows 7,但显然当我尝试运行应用程序时会弹出此错误。原因是什么?我尝试注册该软件包,但它说它已经在使用。
这是错误:
No dependency info in bundle. Filesystem monitoring disabled.
=> Errors prevented startup:
Exception while bundling application:
Error: Package not found: standard-app-packages
at self.api.use (C:\Program Files (x86)\Meteor\tools\bundler.js:132:17)
at Array.forEach (native)
at Function._.each._.forEach (C:\Program Files (x86)\Meteor\lib\node_modules
\underscore\underscore.js:78:11)....(truncated)
转会期间我错过了什么?我只是复制了app文件夹。我跳过了什么吗?
答案 0 :(得分:1)
从Windows机器上的Meteor看起来是旧版本。前段时间他们使用standard-app-packages
而不是更大的列表作为一种通用的快捷方式包。
如果Meteor无法找到此软件包,但Meteor仍在您的计算机上运行,则可能是您有旧版本的流星。
检查.meteor/release
处的文件是否存在,其中的版本是否与Windows机器上的Meteor版本相匹配。