-
Notifications
You must be signed in to change notification settings - Fork 123
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
Did you forget to signal async completion... #245
Comments
I'm having the exact same issue, by chance were you able to find a workaround? |
@jpgcodecr yes I could, I started using webpack for scripts build xd. I really don't understand what happened |
Hi,
it seems that events aka |
FWIW, I also hit this error and it was infuriating to debug. It turned out to be due to this code: Lines 258 to 266 in 35b771e
In particular, Fix: define an |
I just ran into this as well and I cannot figure out what is going on. It isn't the lack of I am trying to upgrade from node 16 (webpack-stream v5.2.1) to node 18 (webpack-stream v7). It works on v5, but I get this error on v7 and nothing is generated. I tried the bare minimum configuration - a single typescript file in Running webpack from the webpack cli works, so it isn't something with my config or webpack itself. I have no idea how to debug this to give you any more information, but if you have ideas let me know. Probably will end up not using it anymore if we can't get it figured out here, given webpack cli itself works. Would really love to not have to rewrite my gulpfile though. |
Everything worked yesterday, today I get the following error:
What I did:
scripts
function and I did it with@babel/polyfill
, but it didn't help me. Fallowing example don't work:etc...
It worked yesterday!!! But don't work today. I special download my first commit (I did this when everything was working well) and
it doesn't work too!!!
One day has passed, and everything has already broken...
File structure:
-javascript (entree)
-public/scripts/ (output)
Thanks!
The text was updated successfully, but these errors were encountered: