-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error in deployment #6
Comments
Please note that the custom build command for the documentation is an optional step. It serves as an example for those interested in customizing their build scripts. If you do not require customization, you can simply remove this script. However, if you need a custom build script, you must replace it with your own script instead of copying the example provided. |
Thanks, I can build it now. However I am getting this error page on the deploy site `This is vercel-quasar, your Vercel builder.
|
Can you provide your |
Operating System - Darwin(23.5.0) - darwin/arm64 Global packages Important local packages Quasar App Extensions |
Looks like there's no problem. Can you provide a minimal reproducible example? Preferably, open a new issue. |
[17:36:11.379] $ node build/index.js && quasar build -m ssr
[17:36:11.420] node:internal/modules/cjs/loader:1137
[17:36:11.420] throw err;
[17:36:11.420] ^
[17:36:11.421]
[17:36:11.421] Error: Cannot find module '/vercel/path1/build/index.js'
[17:36:11.421] at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
[17:36:11.421] at Module._load (node:internal/modules/cjs/loader:975:27)
[17:36:11.421] at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
[17:36:11.421] at node:internal/main/run_main_module:28:49 {
[17:36:11.421] code: 'MODULE_NOT_FOUND',
[17:36:11.422] requireStack: []
The text was updated successfully, but these errors were encountered: