Getting errors while setting up project in my local.

Hi, I am getting below error while setting up the project. × nx run @novu/ee-dal:build
@novu/ee-dal@0.24.2 prebuild D:\open_source\novu\enterprise\packages\libs\dal rimraf disting target build for 39 projects
→ Executing 3/30 remaining tasks in parallel...
@novu/ee-dal@0.24.2 build D:\open_source\novu\enterprise\packages\libs\dal node ./check-ee.mjs/ee-dal:build
⠦ nx run @novu/providers:build
node:internal/process/esm_loader:34
internalBinding('errors').triggerUncaughtException(
^
@novu/ee-dal@0.24.2 build:esm D:\open_source\novu\enterprise\packages\libs\dal cross-env node_modules/.bin/tsc -p tsconfig.build.json
error TS18003: No inputs were found in config file 'D:/open_source/novu/enterprise/packages/libs/dal/tsconfig.build.json'. Specified 'include' paths were '["src/*/"]' and 'exclude' paths were '["./dist"]'.  ELIFECYCLE  Command failed with exit code 2.
1 Reply
Ask Inkeep
Ask Inkeep2mo ago
Hi @yatharth_123, I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question. ----------------------------- While I generate an answer, here are some sources that might be helpful: * Run Novu in local machine * Angular * Windows * Messages ----------------------------- Answer It seems you are encountering a complex issue while trying to build the @novu/ee-dal package in your local setup. The error messages indicate issues with the TypeScript configuration and possibly with the build scripts themselves. 1. No Inputs Found in Config File: The error TS18003: No inputs were found in config file suggests that the TypeScript compiler cannot find any source files to compile based on the tsconfig.build.json configuration. Make sure that the include paths in your tsconfig.build.json accurately reflect where your source files are located relative to the configuration file. 2. Troubleshooting Build Scripts: The errors related to node ./check-ee.mjs/ee-dal:build and rimraf disting target build for 39 projects indicate possible issues with custom build scripts or environment settings. Ensure that any custom scripts or configurations are correctly set up and are compatible with your environment. If you continue to experience issues, consider the following steps: - Re-clone the repository: Sometimes, starting fresh can help eliminate issues related to environment or configuration files that have been accidentally modified. - Check for updates or fixes: Make sure you are using the latest version of the project and check if there have been recent fixes related to build issues. - Seek help from the community or team: If the problem persists and you cannot find a solution in the documentation, consider reaching out to the Novu community or support team. Unfortunately, without more specific details about your project setup and environment, these recommendations are somewhat generic. For detailed help, you might need to provide additional context or error logs.