jedireza / aqua

:bulb: A website and user system starter
https://jedireza.github.io/aqua/
MIT License
1.38k stars 356 forks source link

Getting Internal Server Error on Setup #190

Closed lucamonk closed 7 years ago

lucamonk commented 7 years ago

dI'm getting this error on setup: {"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"}

Debug: internal, implementation, error 
    SyntaxError: /Users/theoriginalharveyspecter/Desktop/junior-jobs/server/web/home/index.jsx: Unexpected token (10:21)
   8 |     render() {
   9 | 
> 10 |         const neck = <link rel='stylesheet' href="/public/pages/home.min.css" />;
     |                      ^
  11 | 
  12 |         return (
  13 |             <Layout
    at Parser.pp$5.raise (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:4443:13)
    at Parser.pp.unexpected (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:1755:8)
    at Parser.pp$3.parseExprAtom (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:3740:12)
    at Parser.pp$3.parseExprSubscripts (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:3484:19)
    at Parser.pp$3.parseMaybeUnary (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:3464:19)
    at Parser.pp$3.parseExprOps (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:3394:19)
    at Parser.pp$3.parseMaybeConditional (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:3371:19)
    at Parser.pp$3.parseMaybeAssign (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:3334:19)
    at Parser.pp$1.parseVar (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:2334:24)
    at Parser.pp$1.parseVarStatement (/Users/theoriginalharveyspecter/Desktop/junior-jobs/node_modules/babylon/lib/index.js:2163:8)

Any help would be much appreciated.