#Fresh project creation hanging

7 messages · Page 1 of 1 (latest)

thick perch
#

Upgraded deno to 1.39.2 this morning and tried to create a new fresh project. CLI just hangs after entering project name:

#

Rolled back to 1.39.1 and was able to create fresh project as expected.

halcyon quiverBOT
#

I wasn't able to find the answer to your issue in the official Deno documentation. However, based on your message, it seems like you might be experiencing a problem with the Fresh project creation process.

If you've just upgraded Deno and are trying to create a new Fresh project, please ensure that you are following the correct steps to initialize a Fresh project. Typically, you would use a command like deno run -A -r https://fresh.deno.dev my-project to create a new project, where my-project is the name of your new project.

Please note that the advice provided here is not based on the Deno documentation, and I would advise you to double-check the accuracy of the advice given. If the issue persists, you might want to check the Fresh project's repository for any known issues or reach out to the community for further assistance.

median bramble
#

@limber cipher I just upgraded Deno to 1.39.2 to check this issue. I had the same experience as above.
Windows 11 Powershell.

Fresh has built in support for styling using Tailwind CSS. Do you want to use this? [y/N]

In the above, if you type 'n' and enter, it works! If you just hit enter, you get a newline in the terminal, but never complete the dialog. Hitting enter only produces the newline in the terminal.

thick perch
limber cipher