Sorry about the trouble but definitely want to help figure out what’s going on. Some questions:
- assuming you are going through the tutorial, correct?
-
could you look in your root package.json and confirm what version you have e.g.edit: just saw this answered in title"@redwoodjs/core": "^0.1.0"
- did you run
yarn rw db save
and thenyarn rw db up
prior to this? - lastly do you have a Post model in your schema per https://redwoodjs.com/tutorial/getting-dynamic
If “yes” is the answer to the above, could you copy the error output you see when you try the command?
note: edited title so others can find the topic as well