在OS终端中,我尝试使用以下命令创建一个remix.run项目
npx create-remix@latest在脚本试图创建应用程序的时候,它带着这个错误和堆栈跟踪退出:
Creating your app… Using the cloudflare-pages template from the remix-run/remix repo
⠹ Creating your app…Error: There was a problem fetching the file from GitHub. The request responded with a 404 status. Please try again later.
at downloadAndExtractTarball (/Users/ransom/.npm/_npx/5164864a48bff686/node_modules/@remix-run/dev/cli/create.js:284:11)更多信息:
H 113来自于问题mac,我能够推拉和克隆line.
~/.npm的全部内容并运行了npx clear-npx-cache发布于 2022-05-20 20:42:43
检查是否在某个地方定义了GITHUB_TOKEN。这可能会干扰Remix获取模板。
https://stackoverflow.com/questions/72005713
复制相似问题