-
Notifications
You must be signed in to change notification settings - Fork 822
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
inconsistent webpack build #2495
Comments
@thisguychris - Thanks for your post. Can you please share the full repro steps? Also, can you try the repro on LxFs ex: ~ (home directory) and share your observation? |
I'm just doing a normal webpack production build, so I'll try to build in the |
Hi, just reporting back, building it on ~/home |
Microsoft NT Kernel developers are perhaps not versed on "normal webpack production builds".... Anyway, there seems to be something to the reports of files/directories disappearing. I haven't seen it myself, but the error from the screencap here is |
Sounds familiar. Building big things in lxss fails very occasionally, once or twice in a long build. Attempting the build again gets past the problem, usually. Now testing Insider Build 16288.1, and it most definitely fails in the same way on a DrvFs mounted system. |
Occasional fails still occur when building exclusively within LxFs within the lxss directory. One or two files vanishing or appearing as directories in building, say, Qt or Gtk+3. This is such a pity, because the system used to be completely reliable both in DrvFs and LxFs. |
Thanks for the input @Warblefly. Adding @SvenGroot. |
oh yes, I tried using yarn too. I get about the same results using npm. So this is definitely in WSL and not on nom or yarn. I agree its related to #2448 |
Your Windows build number: (Type
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.16278.1000]
What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
$ npm run build
(getting errors)getting erros
$ npm run build
(running it again magically fixes it!)magically fixes it
What's wrong / what should be happening instead:
Similar to my issue sometimes I have to invoke the command twice to register #2494 ; This build is a hit or miss, sometimes I need to run the same script 3x to 4x just to get it running. I have my Defender Off.
Seems to me that it can't reach/read the node_modules, looks like another File I/O Issue?
The text was updated successfully, but these errors were encountered: