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

WSL2: babel watch silently fails #4411

Closed
zersiax opened this issue Aug 15, 2019 · 1 comment
Closed

WSL2: babel watch silently fails #4411

zersiax opened this issue Aug 15, 2019 · 1 comment

Comments

@zersiax
Copy link

zersiax commented Aug 15, 2019

Please fill out the below information:

  • Your Windows build number: 18956 (Type ver at a Windows Command Prompt)

  • What you're doing and what's happening: (Copy&paste the full set of specific command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)

    • With Node, Npm/yarn, babel and babel presets installed, run: babel --out-dir --watch --presets=.
    • Babel will run once and then seemingly wait for filesystem changes.'
  • What's wrong / what should be happening instead:

    • When files in the src dir are changed, which should trigger a retranspile of the files in src dir to dist dir, nothing happens. No output is given, but nothing happens in the dist dir either.
  • Strace of the failing command, if applicable: (If some_command is failing, then run strace -o some_command.strace -f some_command some_args, and link the contents of some_command.strace in a gist here).
    https://gist.github.com/zersiax/b047699869b5ff68ab35d632fe0c070b
    warning that file is rather large

  • For WSL launch issues, please collect detailed logs.

See our contributing instructions for assistance.

@onomatopellan
Copy link

Probably a duplicate of #4169. Try a /home folder instead of a /mnt one.

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

No branches or pull requests

3 participants