2014-09-11 28 views
0

我的應用程序在我的另一臺計算機上完全可用,具有身份驗證和所有功能,因此ember-simple-auth似乎不是問題所在。 然而,經過一個混帳拉和設置的一切了NPM /涼亭安裝,當我嘗試運行我得到以下錯誤的服務器:Ember-cli-simple-auth - '不能調用方法'包含'未定義的'

version: 0.0.40 
Cannot call method 'included' of undefinedTypeError: Cannot call method 'included' of undefined 
    at Class.module.exports.included (/var/www/ember_sindico/node_modules/ember-cli-simple-auth/index.js:5:17) 
    at EmberApp.<anonymous> (/var/www/ember_sindico/node_modules/ember-cli/lib/broccoli/ember-app.js:172:13) 
    at Array.forEach (native) 
    at EmberApp._notifyAddonIncluded (/var/www/ember_sindico/node_modules/ember-cli/lib/broccoli/ember-app.js:170:23) 
    at new EmberApp (/var/www/ember_sindico/node_modules/ember-cli/lib/broccoli/ember-app.js:165:8) 
    at Object.<anonymous> (/var/www/ember_sindico/Brocfile.js:5:11) 
    at Module._compile (module.js:456:26) 
    at Object.Module._extensions..js (module.js:474:10) 
    at Module.load (module.js:356:32) 
    at Function.Module._load (module.js:312:12) 

我有一種感覺,我忘了重要的事要做,但我可真丟在這一個

回答

相關問題