Skip to content
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

0.3.1 breaks on Windows #29

Closed
joelfried opened this issue Feb 14, 2017 · 6 comments
Closed

0.3.1 breaks on Windows #29

joelfried opened this issue Feb 14, 2017 · 6 comments

Comments

@joelfried
Copy link

Commit 07f7db7 changed index.js to use path.join() in a way that breaks this package for Windows users.

A fix is documented in this thread - it looks like just fixing line 99 may be sufficient.

@ivanvanderbyl
Copy link
Owner

@joelfried we'd happily accept a pull request for this. At present I don't have a windows environment to test a fix on.

@joelfried
Copy link
Author

@ivanvanderbyl I've created a pull request that resolves this issue.

@raytiley
Copy link

I can confirm I'm seeing this on our appveyor CI

The Broccoli Plugin: [Funnel] failed with:
Error: ENOENT: no such file or directory, symlink 'C:\projects\reflect-ui\tmp\funnel-input_base_path-BiUHkkq6.tmp\ember-d3\register-version.js' -> 'C:\projects\reflect-ui\tmp\funnel-output_path-4BGqy7Jn.tmp\ember-d3\register-d3-version.js'
    at Error (native)
    at Object.fs.symlinkSync (fs.js:1054:18)
    at symlinkWindows (C:\projects\reflect-ui\node_modules\symlink-or-copy\index.js:120:16)
    at Function.symlinkOrCopySync [as sync] (C:\projects\reflect-ui\node_modules\symlink-or-copy\index.js:63:5)
    at Funnel._copy (C:\projects\reflect-ui\node_modules\broccoli-funnel\index.js:467:19)
    at Funnel.processFile (C:\projects\reflect-ui\node_modules\broccoli-funnel\index.js:450:8)
    at Funnel.applyPatch [as _applyPatch] (C:\projects\reflect-ui\node_modules\broccoli-funnel\index.js:367:12)
    at Funnel.<anonymous> (C:\projects\reflect-ui\node_modules\broccoli-funnel\index.js:321:10)
    at Array.forEach (native)
    at Funnel.processFilters (C:\projects\reflect-ui\node_modules\broccoli-funnel\index.js:320:11)
The broccoli plugin was instantiated at: 
    at Funnel.Plugin (C:\projects\reflect-ui\node_modules\broccoli-plugin\index.js:7:31)
    at new Funnel (C:\projects\reflect-ui\node_modules\broccoli-funnel\index.js:58:10)
    at rename (C:\projects\reflect-ui\node_modules\broccoli-stew\lib\rename.js:39:10)
    at Class.treeForVendor (C:\projects\reflect-ui\node_modules\ember-d3\index.js:98:18)
    at Class._treeFor (C:\projects\reflect-ui\node_modules\ember-cli\lib\models\addon.js:362:33)
    at Class.treeFor (C:\projects\reflect-ui\node_modules\ember-cli\lib\models\addon.js:330:21)
    at C:\projects\reflect-ui\node_modules\ember-cli\lib\models\addon.js:245:34
    at Array.map (native)
    at Class.eachAddonInvoke (C:\projects\reflect-ui\node_modules\ember-cli\lib\models\addon.js:243:24)
    at Class.treeFor (C:\projects\reflect-ui\node_modules\ember-cli\lib\models\addon.js:329:22)

@rwjblue
Copy link
Contributor

rwjblue commented May 16, 2017

Seems like #33 fixed the issue for us, but we still need a release.

@ivanvanderbyl - Any blockers on a release?

@ivanvanderbyl
Copy link
Owner

ivanvanderbyl commented May 16, 2017 via email

@ivanvanderbyl
Copy link
Owner

@rwjblue released 0.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants