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

npm start error #23

Closed
shanow7 opened this issue Aug 25, 2020 · 8 comments
Closed

npm start error #23

shanow7 opened this issue Aug 25, 2020 · 8 comments

Comments

@shanow7
Copy link

shanow7 commented Aug 25, 2020

hi I've this

iKy/frontend$ npm start

ngx-admin-iKy@2.0.0 start /home/kali/OSINT/Iky/iKy/frontend
ng serve

Job name "..getProjectMetadata" does not exist.
Error: Job name "..getProjectMetadata" does not exist.
at Observable._subscribe (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/src/experimental/jobs/simple-scheduler.js:350:23)
at Observable._trySubscribe (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Observable.js:44:25)
at Observable.subscribe (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Observable.js:30:22)
at /home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/util/subscribeTo.js:22:31
at Object.subscribeToResult (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/util/subscribeToResult.js:10:45)
at SwitchMapSubscriber._innerSub (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/operators/switchMap.js:65:54)
at SwitchMapSubscriber._next (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/operators/switchMap.js:55:14)
at SwitchMapSubscriber.Subscriber.next (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:66:18)
at SwitchMapSubscriber.notifyNext (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/operators/switchMap.js:86:26)
at InnerSubscriber._next (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/InnerSubscriber.js:28:21)
at InnerSubscriber.Subscriber.next (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:66:18)
at /home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/util/subscribeTo.js:17:28
at Object.subscribeToResult (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/util/subscribeToResult.js:10:45)
at SwitchMapSubscriber._innerSub (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/operators/switchMap.js:65:54)
at SwitchMapSubscriber._next (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/operators/switchMap.js:55:14)
at SwitchMapSubscriber.Subscriber.next (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:66:18)
at DefaultIfEmptySubscriber._complete (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/operators/defaultIfEmpty.js:45:30)
at DefaultIfEmptySubscriber.Subscriber.complete (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:78:18)
at TakeSubscriber.Subscriber._complete (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:96:26)
at TakeSubscriber.Subscriber.complete (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:78:18)
at FilterSubscriber.Subscriber._complete (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:96:26)
at FilterSubscriber.Subscriber.complete (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:78:18)
at MergeMapSubscriber._complete (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/operators/mergeMap.js:87:30)
at MergeMapSubscriber.Subscriber.complete (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Subscriber.js:78:18)
at Observable._subscribe (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/util/subscribeToArray.js:8:20)
at Observable._trySubscribe (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Observable.js:44:25)
at Observable.subscribe (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/Observable.js:30:22)
at MergeMapOperator.call (/home/kali/OSINT/Iky/iKy/frontend/node_modules/@angular-devkit/core/node_modules/rxjs/internal/operators/mergeMap.js:39:23)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ngx-admin-iKy@2.0.0 start: ng serve
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ngx-admin-iKy@2.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/kali/.npm/_logs/2020-08-25T19_32_24_095Z-debug.log

can you help?

@KennBro
Copy link
Contributor

KennBro commented Aug 26, 2020

Surely an error must have occurred with the npm install command.
Do you have any output from that command?

Usually this error

This is probably not a problem with npm. There is likely additional logging output above

appears when OS dependencies are missing that have nothing to do with nodejs, npm or the project itself

@shanow7
Copy link
Author

shanow7 commented Aug 26, 2020 via email

@shanow7
Copy link
Author

shanow7 commented Aug 26, 2020 via email

@KennBro
Copy link
Contributor

KennBro commented Aug 27, 2020

What is the problem with celery? Give me some information about that.
Anyway celery is the backend of the project. And npm belongs to the frontend dependencies.

@shanow7
Copy link
Author

shanow7 commented Aug 27, 2020 via email

@KennBro
Copy link
Contributor

KennBro commented Aug 27, 2020

If you run

redis-server

in a terminal, just press Ctrl-C in that terminal

@shanow7
Copy link
Author

shanow7 commented Aug 27, 2020 via email

@KennBro
Copy link
Contributor

KennBro commented Nov 12, 2020

Check the new documentation about the installation without nodejs and angular.
https://github.com/kennbroorg/iKy#installation

@KennBro KennBro closed this as completed Dec 1, 2020
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

2 participants