どうやるんだっけ????
% gatsby develop
zsh: command not found: gatsby
node消してたような。。。ああ、ndenvにしたんだった。
% ndenv versions
* system (set by /Users/takeru/.ndenv/version)
v12.20.1
% brew upgrade ndenv
% ndenv install -l
% ndenv install v12.22.1
% ndenv local v12.22.1
% node -v
v12.22.1
% npm install -g gatsby-cli
...
+ gatsby-cli@3.7.1
...
% gatsby develop
ERROR
...
...
...
https://kikunantoka.com/2021/03/15—migrate-from-gatsby-v2-to-gatsby-v3/
v3になってるらしい。
gatsby v3
たいしてカスタマイズしていなかったはずなのでテンプレから作り直し
% gatsby new my-blog-202106 https://github.com/gatsbyjs/gatsby-starter-blog
コピーしてdiff見てコピペコピペ。。。。
% gatsby develop
よさそう。
git pushしたら本番も更新された。 github action設定されてるんだっけ?よし。