【发布时间】:2019-07-09 12:09:58
【问题描述】:
我是流星铁的新手,我正在尝试安装 aldeed collection2,但应用程序崩溃
W20190215-12:44:48.023(2)? (STDERR) WARNING: npm peer requirements (for aldeed:collection2) not installed:
W20190215-12:44:48.024(2)? (STDERR) - simpl-schema@>=0.0.0 not installed.
我尝试安装简单模式,但没有任何效果。
meteor npm install simpl-schema --save
我还删除并重新安装了 collection2,但我仍然遇到同样的错误。我错过了什么?
【问题讨论】:
-
请添加您的 Meteor 发布版本、package.json 和您的 .meteor/packages 内容,以便我尝试重现
-
meteor: 1.8.0.2 铁版: 1.8.1 package.json { "name": "wisdomapp", "version": "1.0.0", "description": "一个教书的应用智慧。", "main": "index.js", "scripts": { "test": "echo \"错误:没有指定测试\" && exit 1" }, "author": "King Zuru", "许可证”:“ISC”,“依赖项”:{“铁”:“^5.0.6”,“simpl-schema”:“^1.5.5”}}
-
.meteor/packages meteor-base@1.4.0 mobile-experience@1.0.5 mongo@1.6.0 reactive-var@1.0.11 tracker@1.2.0 standard-minifier-css@1.5 .2 standard-minifier-js@2.4.0 es5-shim@4.8.0 # ECMAScript 5 对旧浏览器的兼容性 ecmascript@0.12.4 # 在应用程序代码中启用 ECMAScript2015+ 语法 shell-server@0.4.0 # 服务器端组件
meteor shell命令 iron:router blaze-html-templates twbs:bootstrap aldeed:autoform aldeed:collection2-core@2.0.0
标签: meteor iron-router