Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gatsby develop errors with any Node version earlier than 10.13, so I’ve added this requirement to the package.json and set an .npmrc file to require it when `npm install` is run. My next step would be to define an `.nvmrc` to enable auto-switching to 10.13 but that’s assuming: - people use nvm - we’re okay tracking the minimum node version in two places: `package.json` and `.nvmrc` Let me know and I’ll update this PR.
- Loading branch information