antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm start does not work

crain opened this issue · comments

commented

Issue Overview

Node is complaining that it can't find the module gulp-util. After I added the missing module to the dev dependencies it worked.

Issue Description

module.js:327
throw err;
^

Error: Cannot find module 'gulp-util'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (C:\dev\hathor_new\config\gulp\tasks\build.js:2:12)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)

Reproducables

Clone the repository
Run "npm install"
Run "npm start"

Information

Operating System Windows
Node version 4.x
NPM Version 2.x
Environment Browser

Sorry, we (and Angular itself) don't support npm 2.
But you may progress by installing gulp-util manually, of course you don't need to with npm 3 since it'll be installed together with gulp

https://angular.io/docs/ts/latest/quickstart.html -> check the Prerequisite section

didn't know because I had installed gulp globally.
Good to know I was using npm 2. I'm happy with npm 3 now :)
https://github.com/felixrieseberg/npm-windows-upgrade