The required modules from the gulpfile.js are not included into the package.json file so the npm install command won't recognize the dependencies. So when the gulp serve.dev command is declared, it won't serve because of the missing modules.