Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issue on npm start #214

Open
marin0s opened this issue Jan 20, 2022 · 5 comments
Open

Issue on npm start #214

marin0s opened this issue Jan 20, 2022 · 5 comments

Comments

@marin0s
Copy link

marin0s commented Jan 20, 2022

Hi, i have an issue when start the script :
http://image.noelshack.com/fichiers/2022/03/4/1642699148-capture.jpg
And here is my config.js
http://image.noelshack.com/fichiers/2022/03/4/1642699194-capture.jpg
Anyone can help me ? I'm very noob ...

@Dahlgren
Copy link
Owner

@marin0s you forgot to run npm install

@marin0s
Copy link
Author

marin0s commented Jan 20, 2022

Thanks
I run the install but always the same error ...
http://image.noelshack.com/fichiers/2022/03/4/1642712405-capture.jpg

@Dahlgren
Copy link
Owner

Make sure you have created the config file as config.js and not config.js.txt etc

@marin0s
Copy link
Author

marin0s commented Jan 21, 2022

Thanks for help ! I think that i am on the right way !
Console showing npm install is ok.
I run npm start but nothing showing up on my browser (localhost:3000)
http://image.noelshack.com/fichiers/2022/03/5/1642747789-capture.jpg
http://image.noelshack.com/fichiers/2022/03/5/1642747797-capture2.jpg

@Dahlgren
Copy link
Owner

The web server will only listen on the IP you set in the config file. Leave it as the default 0.0.0.0 to listen on all interfaces.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants