fastro icon indicating copy to clipboard operation
fastro copied to clipboard

Could not create starter project

Open m0rphed opened this issue 1 year ago • 1 comments

On Windows with deno v1.45.4 Trying to generate starter project by running command from docs:

deno run -A -r https://fastro.deno.dev

Failed with:

error: The module's source code could not be parsed: Expected ';', '}' or <eof> at https://fastro.deno.dev/:1:11

  <!DOCTYPE html><html><head><meta charset="utf-8"/><meta name="viewport" content=...

m0rphed avatar Aug 11 '24 11:08 m0rphed

On Windows with deno v1.45.4 Trying to generate starter project by running command from docs:

deno run -A -r https://fastro.deno.dev

Failed with:

error: The module's source code could not be parsed: Expected ';', '}' or <eof> at https://fastro.deno.dev/:1:11

  <!DOCTYPE html><html><head><meta charset="utf-8"/><meta name="viewport" content=...

For now Fastro can only run on macos and linux. if you want to use windows, it is recommended to use WSL.

ynwd avatar Aug 13 '24 02:08 ynwd