Asked to use knex in video 3, but it was never installed
m2mathew opened this issue · 1 comments
m2mathew commented
In the 3rd video, the user is asked to use the command knex migrate:make create_links
, but it was never installed via these videos.
Way back in the 1st video, the user is asked to visit this page to install node, redis, and postgres. Later in the video the user is asked to type npm install -g perk-cli
to install the perk command line tools.
The "Getting Starting with Perk on OS X" guide does have the user install knex globally using the command npm install -g knex perk-cli
. This fixed my glitch.
Should this command also be included in the video or at least on the links below video 1?