Closed
Description
Describe the bug
npm run dev
in the site
directory no longer works for me since #4215. Tried running npm run update
to solve, but that didn't work either.
Logs
npm run dev
gives me:
Could not resolve '../_contributors.js' from src/routes/_components/Contributors.svelte
npm run update
gives me:
(node:31424) UnhandledPromiseRejectionWarning: FetchError: request to https://avatars3.githubusercontent.com/u/788001?v=4 failed, reason: connect ETIMEDOUT 151.101.188.133:443
To Reproduce
cd site
npm install
Then run npm run update
or npm run dev
Severity
Blocks contributing to the Svelte site
Additional context
Perhaps there was a user who contributed and then deleted their account and we don't handle that?