-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
blocked on "wait until bundle finished: /" #1688
Comments
Hmm, I cannot reproduce. The only thing I can think of is the TS test directory error. With React v18 having came out, there's an issue with Enzyme in that it pulls down incompatible types as it specifies Can you provide the output of |
hi, I've made the following test :
and … curl is waiting and
the because you've said you cannot reproduce, I've tried on another computer wich was already used for some dev with preact few months ago. it was the first time I've used preact on the first computer.
does that means npx installed older version of preact and preact-cli even on the new computer (aka the one used yesterday) ? |
You've stripped out the environment info, please don't. Edit: No, your Preact/CLI versions seem up-to-date and fine. A global install of an older version of |
and for the new computer, the only difference is :
|
Thanks. Is there no output in your terminal besides |
I've edited package.json to add so the full capture :
As you can read, I've waited around 1 minute (without any answer) before the ^C EDIT : it was tested on the default javascript version |
Cheers, thanks. Should also just be able to scroll up, that's all the clear does. I am on Linux, and Node v14 as it doesn't seem v18 is available via my distribution method of choice yet. We can keep this open but without a clear way to reproduce for the moment there's nothing I can personally do. I'm guessing by the cache clearing step you've listed, you've already ran into those same threads I'm reading where cache issues might've been at play? Not sure why that'd be the case here. Weird issue. |
I know for so, if you use linux … openJS foundation provides snap package ( https://snapcraft.io/node ) node 16 ( current LTS )
node 17
cant run curl because and :
node 18 ( snap channel latest/edge )same as node 17. thanks for your help, and I hope my tests will provide insights to you. |
I'm aware of snap packages, just not my method of choice, so I won't be using them. Node 17 is known bad on Webpack 4 (see webpack/webpack#14532), with nothing that can really be done about it (though users can add
Are you saying you're now seeing the same error as Node 17, rather than the build being stuck? |
On linux, node 17 and node 18 gave me the same error. Now, I use node 16. thank you for your help :) |
In that case, this sounds like a duplicate of #1579 |
What is the current behaviour?
the browser doesn't provide any reply from
npm run dev
.the last message from
npm run dev
is "wait until bundle finished: /"Steps to Reproduce
What is the expected behaviour?
the default webpage for / provided by a vanilla installation.
The text was updated successfully, but these errors were encountered: