-
Notifications
You must be signed in to change notification settings - Fork 15
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
The Broccoli Plugin: [Funnel: Funnel: index.html] failed with: Error: Attempting to watch missing directory: .../app-name/app #64
Comments
I'm also seeing this. @rwjblue any idea what could be causing this? |
I think it is a regression in ember-cli where we essentially require the |
Sounds good. I was planning to migrate most of my apps, but maybe that isn't a good idea yet? I'm not sure when module unification is supposed to land. |
I have the same problem with :
Any update ? |
This is related to / possible dupe ember-cli/ember-cli#7343. Upon catching that error, I saw the one mentioned in this ticket appear. |
Any ideas when this might be fixed? I'm unsure when module unification is supposed to drop, so no real hurry, but would like to start getting used to the new directory structure ahead of time. |
I reproduced this issue and it comes down to having an ember-cli version that doesn't have MU enabled. AFAIK you need to use ember-cli from master if you want to try turning on MU. You can verify by looking in |
The exact place where the code tries to watch I'm linking to code from the latest stable release, master has already changed from this. |
after running
ember-module-migrator
even on a brand new Ember 2.16 project one get's the followingThe text was updated successfully, but these errors were encountered: