-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error: Attempting to watch missing directory #1677
Comments
What version of Node are you running? |
v5.7.1 |
Does running |
same thing here, when I disabled check at
so that the ember-cli: 2.8.0-beta.1 |
I have this issue too. I installed |
@jdhines i think this addon is abandoned, there were no major fixes for at least a year, in the end i just gave up and used ember-bootstrap + bunch of smaller addons. |
@jdhines @vlascik This problem seems related to the same cause of softlayer/ember-cli-jsdoc#19 and softlayer/ember-cli-jsdoc#36. I don't have time at the moment to test all of the iterations of the code but hope to get a fix in for this soon. @jdhines This package does not have itself in @vlascik This project no longer has full-time development resources being dedicated to it. Myself and @juwara0, who were the primary contributors, no longer work at SoftLayer, and both SoftLayer and our present employer's focus have shifted away from this library. I try and keep up with any bugs that are reported, such as making modifications last month to be able to support Ember 2.11.0+. Both @juwara0 and myself remain very interested in the space and any efforts we contribute to it have been undertaken at https://github.com/ember-forge/ember-forge-ui, though you will notice even that project has not been able to be given full-time attention either. If you, @jdhines, or others have interest in the promise of what https://github.com/ember-forge/ember-forge-ui can provide (of which a lot has already been written and the architecture proven out) please reach out and we can discuss collaboration. Thank you for your interest in, and use of, this project. |
I have been able to replicate this problem. Serving an app when running
there is no problem. When I upgraded ember-cli-babel to v6.1.0 I encountered this error though
|
After installing the add-on and running ember server, I get the following error.
The Broccoli Plugin: [Funnel] failed with:
Error: Attempting to watch missing directory: C:\Program Files\Git\ember-panels
node_modules\sl-ember-components\node_modules\sl-ember-components\app
at EventEmitter.Watcher_addWatchDir [as addWatchDir](C:Program FilesGite
mber-panelsnode_modulesember-clinode_modulesbroccoli-sane-watcherindex.js:9
0:11)
at C:\Program Files\Git\ember-panels\node_modules\ember-cli\node_modules\emb
er-cli-broccoli\lib\builder.js:95:35
at lib$rsvp$$internal$$tryCatch (C:\Program Files\Git\ember-panels\node_modu
les\ember-cli\node_modules\rsvp\dist\rsvp.js:1036:16)
at lib$rsvp$$internal$$invokeCallback (C:\Program Files\Git\ember-panels\nod
e_modules\ember-cli\node_modules\rsvp\dist\rsvp.js:1048:17)
at C:\Program Files\Git\ember-panels\node_modules\ember-cli\node_modules\rsv
p\dist\rsvp.js:331:11
at lib$rsvp$asap$$flush (C:\Program Files\Git\ember-panels\node_modules\embe
r-cli\node_modules\rsvp\dist\rsvp.js:1198:9)
at _combinedTickCallback (node.js:370:9)
at process._tickCallback (node.js:401:11)
The broccoli plugin was instantiated at:
at Funnel.Plugin (C:\Program Files\Git\ember-panels\node_modules\sl-ember-co
mponents\node_modules\broccoli-funnel\node_modules\broccoli-plugin\index.js:7:31
)
at new Funnel (C:\Program Files\Git\ember-panels\node_modules\sl-ember-compo
nents\node_modules\broccoli-funnel\index.js:44:10)
at Class.module.exports.treeForVendor (C:\Program Files\Git\ember-panels\nod
e_modules\sl-ember-components\index.js:85:17)
at Class._treeFor (C:\Program Files\Git\ember-panels\node_modules\ember-cli
lib\models\addon.js:322:31)
at Class.treeFor (C:\Program Files\Git\ember-panels\node_modules\ember-cli\l
ib\models\addon.js:290:19)
at C:\Program Files\Git\ember-panels\node_modules\ember-cli\lib\broccoli\emb
er-app.js:446:20
at Array.map (native)
at EmberApp.addonTreesFor (C:\Program Files\Git\ember-panels\node_modules\em
ber-cli\lib\broccoli\ember-app.js:444:30)
at EmberApp._processedVendorTree (C:\Program Files\Git\ember-panels\node_mod
ules\ember-cli\lib\broccoli\ember-app.js:865:29)
at EmberApp._processedExternalTree (C:\Program Files\Git\ember-panels\node_m
odules\ember-cli\lib\broccoli\ember-app.js:895:21)
The text was updated successfully, but these errors were encountered: