-
Notifications
You must be signed in to change notification settings - Fork 36
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
Windows issues #67
Comments
@tillerstarredwards does the above issue match correctly? |
@tillerstarredwards is it possible that your system tmp directory and the ember-cli app reside on differently formatted partitions or drives? |
Project |
My Windows installation is on an NTFS drive (C:), my work direction is on another NTFS drive (E:) |
@tillerstarredwards interesting, I wonder if it is a cross-drive issue. e.g. symlinks are enable on one but not the other? Or some other related issue. I'll have to setup a windows vm/box with multi-drive and multi-formatted drive scenarios and see whats up |
I tried this on the my C: drive and it has the same error. It doesn't appear to be related to different drives. |
maybe its unrelated to filesystem entirely, just the other commentor in the other issue had an unrelated issue. |
I have the same issue with ember-d3 : Configuration :
Any ideas ? |
After analysis my problem was related to the function path.join used in ember-d3 to export version. On windows if I replace the result of path.join by : 'ember-d3/register-d3-version.js' it works.... I execute "ember s" with :
|
Interesting.
Where was this change made? Also what is the result of (want to make sure there isn't an old version floating around in your node_modules
|
The result of npm ls broccoli-funnel : I changed these lines in ember-d3 in this file index.js lines 73 I replace
lines 99 I replace :
|
I have a windows machine at home, I'll attempt to debug it this weekend. |
I can also confirm the path issue on Windows in regard to |
Is there any update on this problem? I have gotten this problem with ember-d3, ember-d3-cli and ember-d3-helpers. The current one I am trying is ember-d3-helpers and here is the error (I have tried all the 'solutions' on a couple of these issue #s). The drive is NTFS, current ember client etc... The Broccoli Plugin: [Funnel] failed with: The broccoli plugin was instantiated at: |
I'm having the same issue. I guess it has something todo with broccoli using path-posix and ember using path. @bpasserat's answer works for me but I only have to change line 99. |
Is anyone looking into this? I've poked around, but have not come up with a solution. |
It appears ember-cli app on an NTFS mounted using
[email protected]
appears to be running into issues. It is possible the symlink detection (are symlinking available vs not isn't quite working as expected).The text was updated successfully, but these errors were encountered: