[note] Gatsby Usage
安裝 gatsby
1 | npm install -g gatsby-cli |
Theme
gatsby-starter-blog
1 | gatsby new hjl https://github.com/gatsbyjs/gatsby-starter-blog |
gatsby-starter-julia
1 | gatsby new RN https://github.com/niklasmtj/gatsby-starter-julia |
Error
- npm WARN old lockfile The package-lock.json file was created with an old version of npm
- Error: Command failed with exit code 1: npm install #27548
- npm-upgrade
1 | --legacy-peer-deps |