Install Gatsby v1 and Scaffold a Blog

InstructorTaylor Bell

Share this video with your friends

Send Tweet

In this lesson, you’ll install Gatsby and the plugins that give the default starter the ability to transform Markdown into HTML.

~ 7 years ago

How do you get your vi to look like that?

Miguel Olave
~ 7 years ago

Options doesn't work for me.

I got this response:

error
The path passed to gatsby-source-filesystem does not exist on your file system:

${__dirname}/src

Please pick a path to an existing directory.

this work form me:

options: {
            name: 'pages', 

path:${__dirname}/src/pages }

Jeremy
~ 7 years ago

Same error with the path as above - I expect something changed with the plugin

Adams Ibrahim
~ 6 years ago

I'm getting yarn is not recognized as an internal or external command