-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
Why does this still use bower? #487
Comments
|
|
I'm not sure I understand the question. We definitely do not use |
Specifically, this code: ember-cli-htmlbars/lib/ember-addon-main.js Lines 194 to 199 in ff934eb
It checks the project for |
@BryanCrotaz - In your scenario, is the |
Yes, the above code is what led me to the solution, which narrows this down to being a misleading error message:
|
We shouldn't need to scour source code to find out how to fix an issue :) |
|
It's wonderful and empowering, but it's not fast when you just want to get your upgrade done. It's fantastic when wanting to learn about Ember, but frameworks are valuable because you don't need to know everything about how they work. They just work. |
Also would be interesting to cross post this in ember-cli-update which should have installed ember-source during one of the updates? |
Closed by #492 |
ember-template-compiler
is being requested frombower_components
. Now that there's an npm package, should we not be using it?I've upgraded my addon to ember 3.17 with ember upgrade, and I've run codemods. Now I'm getting a build error,
Cannot find module ... bower_components/ember/ember-template-compiler.js
From reading the source code, it seems like
ember-source
is expected to be present. Should this be in the dependencies?The text was updated successfully, but these errors were encountered: