Most voted "nodemon" questions
Use this tag when the question refers to some resource, information or problem related to nodemon software.
Learn more…15 questions
Sort by count of
-
4
votes9
answers15601
views'nodemon' is not recognized
After nodemon installation I get the following error : 'nodemon' is not recognized as an internal command or external, a operable program or a batch file. The following commands have been passed:…
-
1
votes0
answers38
viewsLimitation of 6 Requests followed in ajax
Hello, I’m making an application where I make an ajax request to register in the bank, the request is working smoothly. However I noticed that only accepts up to 6 requests in a row without updating…
-
1
votes1
answer107
viewsProblem to install nodemon
I’m learning Node.JS and there’s a part I need to install nodemon. I use the command: npm install [email protected] -g And when checking the version of nodemon using: nodemon -v This error comes to me:…
-
1
votes0
answers149
viewsTypeerror: app.config.dbConnection is not a Function
I’m getting the bug TypeError: app.config.dbConnection is not a function when refactoring a code with Consign so that the connection module with the database is executed only on the required pages.…
-
0
votes2
answers477
viewsNodemon and Nodejs
I am learning nodejs and would like to know how to add nodemon so that every time I save the project the same update my web page. I installed nodemon globally and put it in the package.json call {…
-
0
votes1
answer129
viewsNodemon loads index from directory but does not open index
I have a problem using Nodemon, whenever I start or restart the server for it instead of printing something on the console or load a page it is only in the directory Index. It takes several minutes…
-
0
votes1
answer403
viewsConsume API with Javascript and save data in Mongodb
Hello, Currently I have an application that Backend is in PHP and consumes a JSON API. Through the query I can save the data in my Mysql DB. I want to know if it is possible to do this in…
-
0
votes2
answers422
viewsError installing nodemon globally
I have the following problem executing this command: npm install -g [email protected] --save-dev --save-exact Could someone help me?…
-
0
votes1
answer24
viewsHow to make changes on a usurious registered with the PUT method?
Hello I am learning Java, now in the back end I have set up a user registration API Email,Name,Age,Phone. I used the POST method to insert the new user in the array and GET to show the users, so far…
-
0
votes2
answers2181
views-bash: nodemon: command not found
Hello, I wonder if you have someone with the same problem or something similar I ran this code sudo npm install nodemon and returned this to me /Users/apple/.npm-global/bin/nodemon ->…
-
0
votes1
answer40
viewsNodejs ler json time series line by line
Access an API, which predicts future values, the API returns me the JSON below: { series: { '2020-02-13': '62.5000', '2020-02-14': '64.5800', '2020-02-15': '30.7700', '2020-02-16': '60.8700',…
-
0
votes0
answers65
viewsNode start: How to run 2 commands?
When I try to execute the node start where I have only tsc it works. Correctly compiles the Typescript files. When I try to run the node start where I have only nodemon ./dist/app it works. Runs my…
-
-2
votes1
answer39
viewsError trying to install nodemon
I am trying to install nodemon by visual studio code using "npm install --save -g nodemon", but this error appears and does not install.…
-
-2
votes3
answers639
viewsHow to stop the execution of a code in the nodemon?
Qd I want to run something using the nodemon I type in the terminal nodemon nomeDoArquivo.js, blz, but and qd I want to stop the execution? Pq qd is a code tp timer for example, the run does not…
-
-3
votes1
answer210
viewsHow to correct this NODEMON error?
I wanted to ask for help to solve this problem. I am taking a course of React Native online but the instructor does not answer my questions. I am unable to find the problem. Follow the error:…