Questions tagged as 'nodemon'

3
answers

'nodemon' is not recognized

After installing the nodemon I get the following error:    'nodemon' is not recognized as an internal command   or external, operable program or batch file. The following commands have been passed: npm install -g nodemon npm install...
asked by 08.05.2018 / 13:53
1
answer

Nodemon and NodeJS

I'm learning nodejs and would like to know how to add the nodemon so that every time I save the project the same update my webpage. I installed the nodemon globally and put it in the package.json call { "name": "meuprojeto", "version":...
asked by 03.12.2017 / 21:35
1
answer

Nodemon loads directory index 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 loading a page, it is only in the directory index. It takes several minutes for it to finally respond and load the pag...
asked by 12.06.2018 / 00:25
0
answers

NodeJS - Server Upload Error

My server works normally, I use the nodemon, but when uploading it always accuses this error (node: 9420) [DEP0096] DeprecationWarning: timers.unenroll () is deprecated. Please use clearTimeout instead. I think it's simple, although it works...
asked by 14.05.2018 / 01:49
0
answers

Error NODE_MODULE BCRYPT

Would anyone know to tell me why this error ?? module.js:598 return process.dlopen(module, path._makeLong(filename)); ^ Error: The module '/home/fred/app/backend/node_modules/bcrypt/lib/binding/bcrypt_lib.node' was compiled...
asked by 17.04.2018 / 14:41
0
answers

How to package the Node Express project?

I know how to package a project using restify in Node Express, because in projects using restify it is possible to allocate the application resources all in one file, just in the end give a nodemon and the file name, but not I can do the same wi...
asked by 18.06.2018 / 12:42