错误:package.js是unifined

时间:2018-03-12 07:13:12

标签: node.js meteor npm

我最近做了一些更新,并根据meteor的建议添加了一些软件包

你知道通常的If you notice problems related to these missing modules, consider running: meteor npm install ...

现在问题是我收到与以下内容有关的错误

enter image description here

当我点击查看哪一行导致问题时,它来自var EJSON = Package.ejson.EJSON;

我不知道这是什么因此我假设我在开发过程中从未搞砸过它。

任何见解都会受到赞赏......

编辑:我通过我的命令回过头来,当我添加meteor add ecmascript(解决了一个问题以打开另一个问题)时,这个问题就开始了。)

同样要求.meteor / packages

# 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.

autopublish@1.0.7
less@2.7.11
twbs:bootstrap@3.3.6
fortawesome:fontawesome
jquery@1.11.10
okgrow:router-autoscroll
meteor-base@1.3.0
mobile-experience@1.0.5
mongo@1.4.2
blaze-html-templates@1.0.4
session@1.1.7
tracker@1.1.3
logging@1.1.19
reload@1.2.0
random@1.1.0
ejson@1.1.0
spacebars@1.0.12
check@1.3.0
standard-minifier-css@1.4.0
standard-minifier-js@2.3.1
shell-server@0.3.1
kadira:flow-router
kadira:blaze-layout
zimme:active-route
accounts-ui@1.3.0
accounts-password@1.5.0
dynamic-import@0.3.0
http@1.4.0
percolate:synced-cron
matb33:collection-hooks
reactive-var
ecmascript

0 个答案:

没有答案
相关问题