Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build project and missing files #151

Open
2 tasks done
akama-aka opened this issue Apr 16, 2024 · 0 comments
Open
2 tasks done

Unable to build project and missing files #151

akama-aka opened this issue Apr 16, 2024 · 0 comments

Comments

@akama-aka
Copy link

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the bug has not already been reported

Fastify version

^4.24.3

Plugin version

^6.0.3

Node.js version

21.6.1

Operating system

Windows

Operating system version (i.e. 20.04, 11.3, 10)

22H2 19045.4291

Description

Hello, I wanted to try Fastify with vue.js out but I directly came into issues. I followed the instructions on the Guide Page
npm install giget
giget gh:fastify/fastify-vite/starters/vue-base#dev your-app
npm i

Everything was fine until now. Now if I type npm run build I get the following issues:

└─Δ npm run build                                                               

> build                                       
> npm run build:client && npm run build:server


> build:client
> vite build --outDir dist/client --ssrManifest

vite v5.2.9 building for production...
✓ 16 modules transformed.
error during build:
RollupError: Could not resolve "./Users//OneDrive/Dokumente//C:/Users//OneDrive/Dokumente//client/pa
ges/index.vue" from "../../../../../../:routes.js"
file: /:routes.js
    at getRollupError (file:///C:/Users//OneDrive/Dokumente//node_modules/rollup/dist/es/shared/parseAst.js:392:41)
    at error (file:///C://slush/OneDrive/Dokumente//node_modules/rollup/dist/es/shared/parseAst.js:388:42)
    at ModuleLoader.handleInvalidResolvedId (file:///C:/Users//OneDrive/Dokumente//node_modules/rollup/dist/es/shared/node-entry.js:189
39:24)
    at file:///C:/Users//OneDrive/Dokumente/node_modules/rollup/dist/es/shared/node-entry.js:18899:26

and the thing that is weird too that the files routes.js, create.js and context.js does not exist and in the root.vue I had to remove the / from export { default } from '/:router.vue' to get the router.vue issue away. But there are then still other errors I get:

Error: [vite]: Rollup failed to resolve import ":router.vue" from "C:\Users\\OneDrive\Dokumente\\client\root.vue".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`

Steps to Reproduce

npm install -g giget
npm install -g vite
giget gh:fastify/fastify-vite/starters/vue-base#dev your-app
npm i
npm run build

Expected Behavior

That it compiles all files into their Directories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant