You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.)
What's wrong / what should be happening instead:
Strace of the failing command, if applicable: (If
some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_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.
The text was updated successfully, but these errors were encountered: