我正在运行一个 ember cli 应用程序。我正在尝试安装 ember-model,因为它比 ember 数据更适合我的 api;但是,我一直遇到问题。
控制台检查器说安装了 ember-model,但给了我找不到模块 ember-model 的错误:
DEBUG: -------------------------------
ember.debug.js:5197DEBUG: Ember : 1.11.1
ember.debug.js:5197DEBUG: jQuery : 2.1.3
ember.debug.js:5197DEBUG: Ember Simple Auth : 0.7.3
ember.debug.js:5197DEBUG: Ember Model : 0.0.14
ember.debug.js:5197DEBUG: -------------------------------
home:24 [Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' localhost:35729 0.0.0.0:35729". Either the 'unsafe-inline' keyword, a hash ('sha256-dBUwLbnABTnfa7no4FIMYM3DjtgGo_MdnLBNX10mFLg='), or a nonce ('nonce-...') is required to enable inline execution.
VM1973:81 Ember Inspector Active
loader.js:110Uncaught Error: Could not find module `ember-model` imported from `task-app/models/address-book/home`
如您所见,已安装 ember 模型并使用 0.0.14 版。为什么会发生此错误?