-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Microsite pins a CPU core on creation and building, no output #40
Comments
Yikes! Sorry this is happening, but thanks for opening an issue. I assume this is the first time you've run into something like this? I can think of one shared thing between the
I tracked down this comment on StackOverflow which suggests that Linux doesn't handle arguments passed to node in this way. I'll do some more digging and see what I can come up with. |
Yeah I can't recall running into anything like this in the past. Some shebang shenanigans here and there I believe but noting resembling this. Happy to be a guinea pig to help resolve of course. |
Really hoping these changes fix your problem. Can you try again with The resolution here involved a few things: I removed all the flags from the shebang in
So now both packages have no arguments in the shebang ( |
Glad it actually runs now! Can confirm that you're using it correctly! That's weird that you're not seeing any output... I'm going to try to reproduce. |
I just cloned the template manually to build and that portion does seem to be working now. Output certainly seems in-line with what I'd expect. |
Awesome! Really appreciate you taking the time to give this tool a shot! |
She works now! Looks like it wasn't a swallowed error but changing from |
I'll close this now as the problems all seem to be addressed. Thanks for your quick response, I look forward to using Microsite! |
Awesome, I suspected that might be the case. Thanks for triaging this with me! That's a ✅ on Microsite's first real issue.
|
Hello! Saw your post in the Preact slack, decided to give this a quick test tonight.
Unfortunately I'm having a really weird issue where Microsite appears to pin one (of my 4) CPU cores at 100% when doing any operation. I let
npm init microsite microsite-test
run for about 15 minutes and all I got were fans. NPX would let me know it installed 4 deps in less than a couple seconds and then I received no more output.I then decided to skip that and clone your template manually. Same issue. The template is unedited and after running
yarn/(npm run) build
I get no terminal output and more CPU core maxing out. It does seem to cycle which core gets pinned at 100%, not sure if that's relevant information or not. Might just be Node shuffling them.I'll provide my system + tool specs here, certainly let me know what else I can provide.
The text was updated successfully, but these errors were encountered: