Meteor从1.1.x升级到1.2.0.2

时间:2015-10-06 20:54:55

标签: meteor

当我将流星项目从1.1.6升级到1.2.0.2时,我遇到了以下问题:

> Uncaught ReferenceError: SimpleSchema is not defined Uncaught
> ReferenceError: AccountsTemplates is not defined Uncaught
> ReferenceError: Meteor is not defined Uncaught ReferenceError:
> Template is not defined

使用1.1.6

部署的成功项目

我不知道如何解决这个问题,请提出建议。

感谢。

以下是我的包裹文件:

# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-base             # Packages every Meteor app needs to have
mobile-experience       # Packages for a great mobile UX
mongo                   # The database Meteor supports right now
blaze-html-templates    # Compile .html files into Meteor Blaze views
session                 # Client-side reactive dictionary for your app
jquery                  # Helpful client-side library
tracker                 # Meteor's client-side reactive programming library
logging
reload
random
ejson
check
standard-minifiers      # JS/CSS minifiers run for production mode
es5-shim                # ECMAScript 5 compatibility for older browsers.
ecmascript              # Enable ECMAScript2015+ syntax in app code

underscore
iron:router
spacebars
less
materialize:materialize
useraccounts:materialize
useraccounts:core
aldeed:collection2
aldeed:autoform
gildaspk:autoform-materialize
accounts-password
alethes:pages
matb33:collection-hooks
alanning:roles
meteorhacks:aggregate
momentjs:moment
pcel:serialize
pcel:loading

aldeed:simple-schema
digilord:faker
meteorhacks:kadira

useraccounts:flow-routing

0 个答案:

没有答案