Closed thedavidprice closed 4 years ago
Hmmm... I don't think this is using the latest "redwood cli," since the error output contains something about raw mode in react-ink, and we've moved away from that.
My package.json
in the App:
// node_modules/@redwoodjs/cli/package.json
{
"name": "@redwoodjs/cli",
"description": "The Redwood Command Line",
"version": "0.0.1-alpha.28",
...
...
}
And version from cli:
$ yarn rw --version
yarn run v1.22.0
$ /Users/price/Repos/redwoodblog/node_modules/.bin/rw --version
0.0.1-alpha.28
¯_(ツ)_/¯
@peterp Assuming this one was covered in the recent PRs. Will loop back if I have further questions next pass through the tutorial.
Closing for now.
Going through tutorial (line#386) and ran into error when running
yarn rw db migrate save
from directory root (see below).I was able to run the prisma2 command successfully from directory
api/prisma
:yarn prisma2 migrate save —experimental
== good to goERROR