-
Notifications
You must be signed in to change notification settings - Fork 100
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
Cannot preview nor build my garden #505
Comments
Not sure how to test your solution. After entering .flowershow and trying to run npm myself I am getting a lot of errors and missing packages. Please let users know that the app is in development mode, not ready to be tested yet. |
@borisalmonacid that change in port will happen if you still have the first instance running. If you cancel the first preview e.g. do |
@hvitis what happens on the terminal after that last step? |
@rufuspollock It exits without any error or feedback |
@hvitis Thanks for reporting this! Can you post these error logs here? Also, which version of Node do you use? |
@olayway sure. I posted those logs above. That's all I'm getting. I was surprised too cause couldn't debug myself. Node v 16.15.1 |
@hvitis I mean the error logs you're getting when trying to run |
I have done the steps, but even with Environment: But with the command |
@borisalmonacid Thank you so much for reporting this! 🌻 The issue you're experiencing might be due to how Windows handles process termination. When you hit Ctrl+C, it sends a signal to the process to terminate itself, but this doesn't always ensure all child processes are also terminated. When you're running Anyway, I've just published a patch that should fix this. Can you please give it a go and run |
The website works generating the new deploy on the new port 0001, but the old one is still open (port 0000). I have seen that it generates two things in the first port 0000: I'm sorry I can't send more technical information, I've only been studying web development for a few days. |
@borisalmonacid from your logs it seems you run
No worries, been there and done that ;) Have lots of fun on your coding journey! |
I have the same problem as @hvitis. I followed the steps in https://flowershow.app/docs/publish-tutorial both with my own files as well as initializing a directory from scratch.
Afterwards nothing is running at http://localhost:3000/ and no directory .flowershow/.next is generated. When I execute
I ran |
Hi everyone! Faced with that issue as well, I tried to run flowershow on Windows. I got the same issue on my Kali Linux, seems like OS is not a root cause. |
Describe the bug
Preview and Build commands do not work.
To Reproduce
I have installed the flowershow sucessfully:
Log:
Then I run preview and build commands:
LOGS:
Expected behavior
I should be able to see on localhost 3000 my preview.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: