-
Notifications
You must be signed in to change notification settings - Fork 20
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
Could not run nodemon #9
Comments
Hi @ShintaroNippon! |
Thanks by the reply, I have define a port to production... |
Alright then. You can define the port anyway without further configuring nodemon. |
I'm facing this issue
[nodemon] 1.19.0
[nodemon] reading config ./nodemon.json
[nodemon] to restart at any time, enter
rs
[nodemon] or send SIGHUP to 20111 to restart
[nodemon] ignoring: ./node_modules//* ./.next//* ./app/**/*
[nodemon] watching: app.js
[nodemon] watching extensions: js,json
[nodemon] starting
node app.js
[nodemon] forking
[nodemon] child pid: 20124
[nodemon] watching 1 file
Compiling ...
but when I made localhost:3000 - my port
it doesn't loads
I have updated nodemon and created thid nodemon .json
{
"verbose": true,
"ignore": ["node_modules", ".next","app/"],
"watch": ["app.js"],
"ext": "js json"
}
in package.json I have this
"dev": "nodemon -w app.js app.js"
Could you help me please...
Thanks
Carlos Vieira
The text was updated successfully, but these errors were encountered: