Executing build scripts #72
Answered
by
frankie-zeng
LeventCelik
asked this question in
Q&A
-
Hello, I would like to use this as a basis for my UDS project. I want to add some custom UDS functionality. The installer works, but the build scripts result in errors. > npm run build:win
> ecubuspro@0.8.16 build:win
> npm run build && electron-builder --win
> ecubuspro@0.8.16 build
> npm run typecheck && electron-vite build
> ecubuspro@0.8.16 typecheck
> npm run typecheck:node && npm run typecheck:web
> ecubuspro@0.8.16 typecheck:node
PS C:\Users\Levent\Desktop\EcuBus-Pro> npm run build
> ecubuspro@0.8.16 build
> npm run typecheck && electron-vite build
> ecubuspro@0.8.16 typecheck
> npm run typecheck:node && npm run typecheck:web
> ecubuspro@0.8.16 typecheck:node
> tsc --noEmit -p tsconfig.node.json --composite false
> ecubuspro@0.8.16 typecheck:web
> vue-tsc --noEmit -p tsconfig.web.json --composite false
vite v5.4.14 building SSR bundle for production...
✓ 95 modules transformed.
x Build failed in 531ms
error during build:
Could not resolve "./../build/Release/toomoss.node" from "src/main/docan/toomoss/index.ts"
file: C:/.../path/to/EcuBus-Pro/src/main/docan/toomoss/index.ts
at getRollupError (file:///C:.../path/to/EcuBus-Pro/node_modules/rollup/dist/es/shared/parseAst.js:396:41)
at error (file:///C:/.../path/to/EcuBus-Pro/node_modules/rollup/dist/es/shared/parseAst.js:392:42)
at ModuleLoader.handleInvalidResolvedId (file:///C:/.../path/to/EcuBus-Pro/node_modules/rollup/dist/es/shared/node-entry.js:20085:24)
at file:///C:/.../path/to/EcuBus-Pro/node_modules/rollup/dist/es/shared/node-entry.js:20045:26 Could you help me with the development workflow? Thanks for your time. |
Beta Was this translation helpful? Give feedback.
Answered by
frankie-zeng
Feb 11, 2025
Replies: 1 comment
-
follow this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LeventCelik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
follow this:
https://app.whyengineer.com/docs/dev/setup.html
or
ci