我正在使用ember-cli-simple-auth和ember-cli-simple-auth-firebase软件包并收到以下错误:
loader.js:218
未捕获错误:找不到从ember-cli-simple-auth/authenticators/base
my-auth-test/authenticators/firebase
我知道如何解决这个问题吗?
提前致谢
答案 0 :(得分:0)
您是在自己authenticators/firebase
目录中扩展app
吗?
该文件应从ember-simple-auth/authenticators/base
导入,而不是ember-cli-simple-auth/authenticators/base
。 version of the Firebase adapter on Github似乎具有导入权,所以我想知道你是否自己扩展它。
如果您不是,请尝试使用
来修改您的依赖项rm -rf node_modules
npm install
再次尝试构建。
答案 1 :(得分:0)
ember-cli-simple-auth和ember-cli-simple-auth-firebase
这些模块已deprecated。