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

How to run the application #830

Open
SravaniJalibili364 opened this issue Nov 13, 2023 · 0 comments
Open

How to run the application #830

SravaniJalibili364 opened this issue Nov 13, 2023 · 0 comments

Comments

@SravaniJalibili364
Copy link

SravaniJalibili364 commented Nov 13, 2023

I need to run the react app and django project . Can you mention the instructions for running it . Which database is used for this project . I'm getting issues while running both react and django project .
Error while running the project
[email protected] start /home/applines-03/GitHub/huxley

concurrently "npm run start-js" "npm run start-css"

[1]
[1] > [email protected] start-css /home/applines-03/GitHub/huxley
[1] > sass --style=compressed --watch src/sass/styles.scss:public/css/styles.css
[1]
[0]
[0] > [email protected] start-js /home/applines-03/GitHub/huxley
[0] > react-scripts start --dev
[0]
[1] sh: 1: sass: not found
[1] npm ERR! code ELIFECYCLE
[1] npm ERR! syscall spawn
[1] npm ERR! file sh
[1] npm ERR! errno ENOENT
[1] npm ERR! [email protected] start-css: sass --style=compressed --watch src/sass/styles.scss:public/css/styles.css
[1] npm ERR! spawn ENOENT
[1] npm ERR!
[1] npm ERR! Failed at the [email protected] start-css script.
[1] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[1]
[1] npm ERR! A complete log of this run can be found in:
[1] npm ERR! /home/applines-03/.npm/_logs/2023-11-13T06_52_37_516Z-debug.log
[1] npm run start-css exited with code 1
[0] Could not find a required file.
[0] Name: index.html
[0] Searched in: /home/applines-03/GitHub/huxley/public
[0] npm ERR! code ELIFECYCLE
[0] npm ERR! errno 1
[0] npm ERR! [email protected] start-js: react-scripts start --dev
[0] npm ERR! Exit status 1
[0] npm ERR!
[0] npm ERR! Failed at the [email protected] start-js script.
[0] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[0]
[0] npm ERR! A complete log of this run can be found in:
[0] npm ERR! /home/applines-03/.npm/_logs/2023-11-13T06_52_38_127Z-debug.log
[0] npm run start-js exited with code 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: concurrently "npm run start-js" "npm run start-css"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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/applines-03/.npm/_logs/2023-11-13T06_52_38_148Z-debug.log

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

1 participant