Introducing CrudHunt:Open-source Full-stack CRUDs for Next.js by KeenThemes
Browse CrudHunt

Metrotonic react demo1 build not working


Hi,
My app is running locally fine with "npm start"

I tried building it with :
npm run build

Built is successful. "The project was built assuming it is hosted at "/yourcryptovoice"

and then i run:
serve -s build -l 5000

The console says "Serving"

when i open the url http://localhost:5000/
It shows logo loading and is stuck there. In console i get:

2.e29e65a5.chunk.js:1 Uncaught SyntaxError: Unexpected token <
main.a99c9c66.chunk.js:1 Uncaught SyntaxError: Unexpected token <

I couldn't figure out the issue, Development version with npm start runs fine without any issues. Now i am trying to build and serve it but cant seem to do it. Built is successful, it throws no error.

Please show me some direction here.
Thank you.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (0)