I created a custom command in my package.json called npm start that includes tasks like gulp watch & node server.js, when executing it in console the following appears:
events.js: 160 throw er; // Unhandled 'error' event ^
Error: watch /home/stephany/Documents/tefa/Projects/photoawesome/package.json ENOSPC at exports._errnoException (util.js: 953: 11) at FSWatcher.start (fs.js: 1423: 19) at Object.fs.watch (fs.js: 1450: 11)
Thank you I await your answers!