fastro
fastro copied to clipboard
Could not create starter project
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=...
On Windows with deno
v1.45.4Trying to generate starter project by running command from docs:deno run -A -r https://fastro.deno.devFailed 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.