Adrinlol / landy-react-template

Landy is an open-source React landing page template designed for developers and startups, who want to create a quick and professional landing page for their business or project.
https://landy-web.netlify.app/
MIT License
1.32k stars 650 forks source link

Installation failure on v1.3.6 #19

Closed yakkomajuri closed 3 years ago

yakkomajuri commented 3 years ago

Hey, awesome project!

Installation for me failed on the latest version (v1.3.6). Using v1.3.4 worked.

Here's the error:

SyntaxError: /Local/Path/node_modules/cra-template-adrinlol/template.json: Unexpected token } in JSON at position 564
    at parse (<anonymous>)

I have Node v16 btw.

yakkomajuri commented 3 years ago

Looked into this - was a tiny thing: an extra comma in template.json #20

subbuballa commented 3 years ago

Looked into this - was a tiny thing: an extra comma in template.json #20

I got the same error, thanks for the tip, using lower version worked for me

Adrinlol commented 3 years ago

@yakkomajuri Really appreciate you taking the time to look into and fix the problem.

Thanks a lot!