kentcdodds / onewheel-blog

109 stars 26 forks source link

403 Error when initializing the remix template #1

Open jguepjop opened 2 years ago

jguepjop commented 2 years ago

Description of bug

I was going through the Remix blog tutorial I ran the following terminal command:

npx create-remix --template remix-run/indie-stack blog-tutorial

and I received this error

There was a problem fetching the file from GitHub. The request responded with a 403 status. Please try again later.

When I run the command without "--template", I can only create a basic project; all pre-configured stacks fail (indie, blues, grunge stacks). Does anyone have any suggestions? Could anyone also run the command and specify their npm and node versions.


Node version: v16.15.0 npm version: 8.5.5

kentcdodds commented 2 years ago

Could you make sure you don't have a GITHUB_TOKEN environment variable defined on your machine?