Hi, I'm just trying to run the project in local, but got this error:
npm run setup:project
setup:project npx --yes [email protected] i && node scripts/setup-env-files.js && pnpm buildScope: all 95 workspace projects apps/inbound-mail | WARN deprecated [email protected] apps/web | WARN deprecated @babel/[email protected] apps/web | WARN deprecated [email protected] apps/ws | WARN deprecated @types/[email protected] libs/embed | WARN deprecated [email protected] libs/embed | WARN deprecated [email protected] libs/embed | WARN deprecated [email protected] packages/application-generic | WARN deprecated [email protected] packages/application-generic | WARN deprecated @opentelemetry/[email protected] ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@novu%2Ftesting: Not Found - 404 This error happened while installing the dependencies of @novu/[email protected] @novu/testing is not in the npm registry, or you have no permission to fetch it. No authorization header was set for the request. Progress: resolved 606, reused 559, downloaded 0, added 0 Anyone know, how to fix it.
5 Replies
i am facing same issues
??
@Hanif
Looks like you have old code because our most recent version is 0.24.0
Could you take the latest code
git pull
?I took the latest pull and started to setup the project but i am getting the below errors.
3/81 targets failed, including the following:
- nx run @novu/ee-dal:build
- nx run @novu/ee-translation-web:build
- nx run @novu/ee-billing-web:build
Getting the same errors for above 3.
× nx run @novu/ee-billing-web:build
@novu/[email protected] build C:\Users\DELL\ITLP-Projects\novu\novu\enterprise\packages\billing-web node ./check-ee.mjset build for 93 projectsnode:internal/process/esm_loader:40 internalBinding('errors').triggerUncaughtException( ^
@novu/[email protected] build:esm C:\Users\DELL\ITLP-Projects\novu\novu\enterprise\packages\billing-weberror TS18003: No inputs were found in config file 'C:/Users/DELL/ITLP-Projects/novu/novu/enterprise/packages/billing-web/tsconfig.esm.json'. Specified 'include' paths were '["src"]' and 'exclude' paths were '["src//.test.","src/.test.","node_modules","/node_modules/*"]'. ELIFECYCLE Command failed with exit code 2. (Use
cross-env node_modules/.bin/tsc -p tsconfig.esm.json
node --trace-uncaught ...
to show where the exception was thrown)
Node.js v20.10.0
ELIFECYCLE Command failed with exit code 1.@Hanif
These errors are in our enterprise package as these are private packages and not accessible publicly.
You will be able to run novu locally with these errors
You can ignore and proceed
Thanks a lot @Pawan Jain .