我通过 mrt 从 Atmosphere安装了模型包。
meteor add models
说models: already using
。
当我在位于此包的文件中插入一条console.log
语句时,它会在错误发生之前执行并记录。model.js
I2036-22:23:13.047(1)? MODEL LOADING <-- (my console.log)
W2036-22:23:13.054(1)? (STDERR) /home/user/.meteor/tools/0b2f28e18b/lib/node_modules/fibers/future.js:173
W2036-22:23:13.054(1)? (STDERR) throw(ex);
W2036-22:23:13.055(1)? (STDERR) ^
W2036-22:23:13.057(1)? (STDERR) ReferenceError: Model is not defined
知道为什么会这样吗?