-
Notifications
You must be signed in to change notification settings - Fork 37
3.0.0 stuck on "Clear destination folder" #83
Comments
Update - I'm dowgraded to 2.0.1 and now it's working. So it's some issue with new version maybe. |
Alright, there seems to be a regression with |
Hum I just did a test on a brand new |
I did the same test just now (brand new create-react-app) and it still stucks. |
Thanks for your test. I tested on OSX 10.14.6 on my part it works fine. I don't develop at all on Windows. |
Maybe I can troubleshoot it somehow? |
Thanks for your help, it is appreciated. 👍 I have to take some time and think this through so I can give you clear guidelines. |
First I have a question for you, which version of Second, the
What do you think? |
Thanks @annakhloyan for sharing. Currently I don't have the free time to really dig into this and I'm also not on Windows. I don't have a define solution for you as |
Having this issue too. I'm also on Windows (10 version 18362.418). 2.0.1 worked while 3.0 didn't work on a almost brand new typescript react project created with cra (just configured eslint, prettier & stylelint).
Sorry but I didn't have time to test it without typescript. |
Having the same issue as well on Windows 10. 2.0.1 worked while 3.0 didn't. 3.0 works fine on Linux (Ubuntu). |
@wpdevteam thanks glad to hear it works on Linux. This definitely seems to be a problem with Windows. I wonder whether it comes from a TypeScript setup, are you using it with TS? |
Hi guys. At home I dev on windows and ran in to the same issues reported above. Tried with node version I am not using Typescript for my project, but appreaciate that react-scripts transpiles to TS iirc.
Downgrading to v2.0.1 worked for me too. |
@Nargonath I hope you don't mind, I have opened a PR above. It appears to have resolved the issue for me on Windows and the script still works for me on OSX. I don't have a machine with a flavour of linux on at the moment to test Ubuntu or similar. Some details in the PR and feel free to @ me for anything else. |
Good initiative @JokerDan . Glad you managed to find a solution. I'll try to take a look at it this weekend. |
Resolve #83 - Unresponsive CLI for Windows, resolve webpack deprecation warning
🎉 This issue has been resolved in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm using CRA application with react-scripts version 3.2.0.
cra-build-watch version 3.0.0.
When I execute npm run watch it do "Update webpack configuration" and "Clear destination folder" steps and then just do nothing. build folder is empty after running watch.
What I doing wrong?
Thank you!
The text was updated successfully, but these errors were encountered: