astro icon indicating copy to clipboard operation
astro copied to clipboard

Getting ERROR: Expected ")" but found "s" when simply trying to run the example

Open Jimmyelvis opened this issue 2 years ago • 8 comments

What version of astro are you using?

1.1.6

Are you using an SSR adapter? If so, which one?

none

What package manager are you using?

npm

What operating system are you using?

Windows 10

Describe the Bug

I was simply trying the example on the Astro website. I followed the directions and ran npm create astro@latest, I went with the recommended settings, cd to my project folder run npm run dev, and I keep getting this error:

/my-astro-site/src/pages/index.astro:27:186: ERROR: Expected ")" but found "s"

I'm not sure why I am getting this error, I meet the min requirements for Node.js v16.13.2

Link to Minimal Reproducible Example

I'm simply running the latest from astro@latest, with no changes

Participation

  • [ ] I am willing to submit a pull request for this issue.

Jimmyelvis avatar Sep 07 '22 20:09 Jimmyelvis