We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure how I'm supposed to load in new modules, but I tried loading in ember-notify and got the following error:
Cannot find module "ember-notify"
In app.js:
app.js
import Notify from "ember-notify";
In index.html:
index.html
<script src="/vendor/ember-notify/dist/named-amd/main.js"></script>
This error doesn't just apply to ember-notify, but to any imports for external scripts. Am I missing something? Some help would be appreciated.
The text was updated successfully, but these errors were encountered:
Sounds like you need to add it to the tasks/options/validate-imports.js whitelist.
tasks/options/validate-imports.js
See docs here
Sorry, something went wrong.
@srsgores did @davidgovea's suggestion solved your problem?
Worked! Thanks!
No branches or pull requests
Not sure how I'm supposed to load in new modules, but I tried loading in ember-notify and got the following error:
In
app.js
:In
index.html
:This error doesn't just apply to ember-notify, but to any imports for external scripts. Am I missing something? Some help would be appreciated.
The text was updated successfully, but these errors were encountered: