babel-watch stuck on >>> RESTARTING <<<
See original GitHub issueI have a task in my package.json which does the following:
scripts: {
"watch": "babel-watch tests/run-jasmine.js --presets es2015 --watch",
}
This used to work, but nowadays (in any 2.0.x version), the task stalls on >>> RESTARTING <<<
. No significant cpu usage as far as I can tell. The only major change we did to our project recently was upgrade from Node 4.5 to Node 6.9/6.10, the latest LTS versions.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:9 (2 by maintainers)
Top Results From Across the Web
gulp watch with babel then pm2 restart - Stack Overflow
First, you're not watching the right way. Then, you should keep things separated. That's how I'd do: var paths = { babel: '....
Read more >babel-watch - npm
Start using babel-watch in your project by running `npm i babel-watch`. ... babel and all its deps every time we restart the JS...
Read more >How to Fix Apple Watch Stuck in Boot Loop - AppleToolBox
If your Apple Watch is stuck in an endless boot loop, force restart your iPhone and Watch. Then disable all app notifications.
Read more >Masked Wolf - Astronaut In The Ocean (Lyrics) | BABEL
Masked Wolf - Astronaut In The Ocean Lyrics BABELAstronaut In The Ocean by Masked Wolf lyric videoSubscribe to BABEL here: ...
Read more >OMC - How Bizarre (Lyrics) | BABEL - YouTube
OMC - How Bizarre Lyrics BABELHow Bizarre by OMC lyric videoSubscribe to BABEL here: http://bit.ly/babelchannelCheck out YUNGBLUD's new ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@zaaack When will there be a fix pushed to the repo? The current version (2.0.7 on npmjs) still hangs on
>>> RESTARTING <<<
when an error occurs.For now the fix above will help, but editing your modules feels kinda wrong.
You need to upgrade your preset versions too.
On Sat, Jan 9, 2021 at 8:08 AM Prasanna Reddy notifications@github.com wrote: