WaspW
Wasp17mo ago
Mxrcy

wasp db migrate-dev Error

wasp db migrate-dev

🐝 --- Compiling wasp project... --------------------------------------------------



❌ --- [Error] Your wasp project failed to compile: -------------------------------

- /home/jphj/rapid-fm/main.wasp @ 21:3-10
  Parse error:
    Unexpected token: password
    Expected one of the following tokens instead: '}',','

      20 |   email: String
      21 |   password: String
      22 |   stationRole: String
- /home/jphj/rapid-fm/main.wasp @ 21:11
  Parse error:
    Unexpected token: :
    Expected one of the following tokens instead: <identifier>

      20 |   email: String
      21 |   password: String
      22 |   stationRole: String
- /home/jphj/rapid-fm/main.wasp @ 22:14
  Parse error:
    Unexpected token: :
    Expected one of the following tokens instead: '(','[','{','import','true','false',<string>,<number>,<number>,'{=',<identifier>

      21 |   password: String
      22 |   stationRole: String
      23 |   djs: [Dj] // Correct syntax for array of related entities
- /home/jphj/rapid-fm/main.wasp @ 23:6
  Parse error:
    Unexpected token: :
    Expected one of the following tokens instead: '(','[','{','import','true','false',<string>,<number>,<number>,'{=',<identifier>

      22 |   stationRole: String
      23 |   djs: [Dj] // Correct syntax for array of related entities
      24 | }
- /home/jphj/rapid-fm/main.wasp @ 23:8
  Parse error:
    Unexpected token: [
    Expected one of the following tokens instead: <identifier>,<eof>

      22 |   stationRole: String
      23 |   djs: [Dj] // Correct syntax for array of related entities
      24 | }
- /home/jphj/rapid-fm/main.wasp @ 23:9-10
  Parse error:
    Unexpected token: Dj
    Expected one of the following tokens instead: <eof>

      22 |   stationRole: String
      23 |   djs: [Dj] // Correct syntax for array of related entities
      24 | }


❌ --- [Error] Compilation of wasp project failed: --------------------------------

6 errors found
Was this page helpful?