grunt
grunt copied to clipboard
Grunt server restart nodejs
Hello ,
I am using grunt cli with npm. i have some number of packages but there is one package named as java from npm (https://www.npmjs.com/package/java). When java npm package is installed then grunt is not able to restart the node server.
So can you please let me know what is the issue of grunt with java npm package or how can i solve this?
Thanks In advance.
i got this error :- Error: listen EADDRINUSE" on change in any file.
The only time I've seen Error: listen EADDRINUSE is when I try running two processes on the same port.
Try changing the port and running it again
Good Luck!
Yeah prahaladbelavadi ,
i know Error: listen EADDRINUSE is when I try running two processes on the same port. but i am using npm java package with grunt in node-red.
When i remove the JAVA NPM Package then i didn't get this error.