NuxtN
Nuxt12mo ago
23 replies
AxelSorensen

Extending from github repo

Hey everyone, I am having trouble extending from a public github repository (nuxt project).

I am using nuxt version 3.15.2 and the following extends

export default defineNuxtConfig({
  compatibilityDate: '2024-11-01',
  devtools: { enabled: true },
  extends: ['github:AxelSorensen/extend_test', { install: true }]
})
`

The repo is public and built in nuxt (with a nuxt.config.ts file)

But when I run "npm run dev", I get the error
Failed to download https://api.github.com/repos/AxelSorensen/extend_test/tarball/main: 404 Not Found

Any ideas? Can you extend it from your machine? Much appreciated🙏
Screenshot_2025-01-24_at_03.30.34.png
Was this page helpful?