[nuxt][contribute] Nuxt Module contribution help needed #204
Replies: 2 comments
-
UpdateOk I think I missed the part of the contribution guidelines where it lists the order of the scripts haha! On it... |
Beta Was this translation helpful? Give feedback.
0 replies
-
SolvedThat was it. Forgot to run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm having issues with the clone of this repo so I can add a contribution to the nuxt module the one discussed in https://github.com/orgs/vue-vine/discussions/191 about nuxt pages.
But I'm having issues running the node scripts. prepack, dev, build, all of them cause errors. I already got rid of linting issues and types issues and imports order issues to see if that was preventing the scripts to execute.
So I moved to packages/nuxt-module, and tried there. Installed deps with
nr
(pnpm package manager
).It complains about not finding
../src/module.ts
, but it's there!!![nuxi 4:13:22 PM] ERROR Cannot start nuxt: Could not load /home/angel/Documents/Programming/TypeScript/projects/vue-vine-nuxt/vue-vine/packages/nuxt-module/src/module. Is it installed?
So I will have to create a new nuxt project and try the module there in the meantime.
Will appreciate any tip. I don't have experience contributing code, only docs, typos, etc.
Beta Was this translation helpful? Give feedback.
All reactions