Mxrcy
Explore posts from serversWWasp-lang
โขCreated by Mxrcy on 8/12/2024 in #๐questions
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
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
6 replies