Open QHose opened 7 years ago
Note that i use Windows 10
That looks like yet another issue with the Meteor build tool's filesystem handling.
Round 1 https://github.com/meteor/meteor/issues/7852
My fix for that https://github.com/meteor/meteor/pull/8491
Reverted because of Windows bugs https://github.com/meteor/meteor/pull/8569
Which has now left it broken in new ways https://github.com/reactioncommerce/reaction/issues/2333
At this point, I've spent dozens of hours trying to fix Meteor's build tool issues when building inside Docker containers and I just don't even know what to do about it at this point. Unless the issue happens for them or gets pointed out by a lot of people, it doesn't get prioritized (like when my PR that fixed https://github.com/meteor/meteor/issues/7852 got reverted and left us all hanging with breaking macOS builds again)
That error is absolutely not a problem from this image though. It's in the Meteor build tool's file handling methods. Unfortunately, I think I need to punt this one to them this time. Can you please file an issue over at the Meteor repo and share your details? I don't have a Windows machine so I can't file it, but I'd be happy to chime in if there's supporting info that I can provide. I really just want them to see that Docker builds are still broken after 7 months of this stuff. (builds consistently work on Linux machines, so that's what most people have been doing to work around it)
Any update on this? I haven't heard of anyone else reporting this yet. Can you confirm the latest builds still don't work for you? If so, can you provide a repo to reproduce the issue?
i have the same problem
/root/.meteor/packages/meteor-tool/.1.4.2_3.17tso1e++os.linux.x86_64+web.browser
throw error;
^
Error: EISDIR: illegal operation on a directory, unlink '/opt/meteor/src/.meteor
at Error (native)
I have the same problem....
Windows 10 also tried to compose under Windows Subsystem for Linux with same error
with meteor 1.5 I get this error. also see https://github.com/nodejs/node/issues/6861