Closed LAOMUSIC closed 7 years ago
Hi Ray ! I just start your course and by installing, everything went fine until git checkout. Afterwards the mess starts: npm install `npm WARN deprecated node-uuid@1.4.7: use uuid module instead npm ERR! unpack Could not read data for @angular/common@2.0.0 npm ERR! unpack Could not read data for @angular/compiler@2.0.0 npm ERR! unpack Could not read data for @angular/core@2.0.0 npm ERR! unpack Could not read data for @angular/forms@2.0.0 npm ERR! unpack Could not read data for @angular/http@2.0.0 npm ERR! unpack Could not read data for @angular/platform-browser@2.0.0 npm ERR! unpack Could not read data for @angular/platform-browser-dynamic@2.0.0 npm ERR! unpack Could not read data for @angular/router@3.0.0 npm ERR! unpack Could not read data for @types/core-js@0.9.35 npm ERR! unpack Could not read data for @types/node@6.0.63 learn-angular@1.0.0 /Users/laomusicarts/Desktop/angular2 ├─┬ concurrently@2.2.0 │ ├── bluebird@2.9.6 │ ├─┬ chalk@0.5.1 │ │ ├── ansi-styles@1.1.0 │ │ ├── escape-string-regexp@1.0.5 │ │ ├─┬ has-ansi@0.1.0 │ │ │ └── ansi-regex@0.2.1 │ │ ├── strip-ansi@0.3.0 │ │ └── supports-color@0.2.0 │ ├── commander@2.6.0 │ ├─┬ cross-spawn@0.2.9 │ │ └── lru-cache@2.7.3 │ ├── lodash@4.17.4 │ ├── moment@2.17.1 │ └── rx@2.3.24 ├── core-js@2.4.1 ├─┬ lite-server@2.2.2 │ ├─┬ browser-sync@2.18.8 │ │ ├─┬ browser-sync-client@2.4.5 │ │ │ ├── etag@1.8.0 │ │ │ └── fresh@0.3.0 │ │ ├─┬ browser-sync-ui@0.6.3 │ │ │ ├── async-each-series@0.1.1 │ │ │ ├─┬ stream-throttle@0.1.3 │ │ │ │ └── limiter@1.1.0 │ │ │ └─┬ weinre@2.0.0-pre-I0Z7U9OV │ │ │ ├─┬ express@2.5.11 │ │ │ │ ├─┬ connect@1.9.2 │ │ │ │ │ └── formidable@1.0.17 │ │ │ │ ├── mime@1.2.4 │ │ │ │ ├── mkdirp@0.3.0 │ │ │ │ └── qs@0.4.2 │ │ │ ├─┬ nopt@3.0.6 │ │ │ │ └── abbrev@1.1.0 │ │ │ └── underscore@1.7.0 │ │ ├── bs-recipes@1.3.4 │ │ ├─┬ chokidar@1.6.1 │ │ │ ├─┬ anymatch@1.3.0 │ │ │ │ └── arrify@1.0.1 │ │ │ ├── async-each@1.0.1 │ │ │ ├─┬ fsevents@1.0.17 │ │ │ │ ├── nan@2.5.1 │ │ │ │ └─┬ node-pre-gyp@0.6.32 │ │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ │ └── minimist@0.0.8 │ │ │ │ ├─┬ nopt@3.0.6 │ │ │ │ │ └── abbrev@1.0.9 │ │ │ │ ├─┬ npmlog@4.0.2 │ │ │ │ │ ├─┬ are-we-there-yet@1.1.2 │ │ │ │ │ │ ├── delegates@1.0.0 │ │ │ │ │ │ └── readable-stream@2.2.2 │ │ │ │ │ ├── console-control-strings@1.1.0 │ │ │ │ │ ├─┬ gauge@2.7.2 │ │ │ │ │ │ ├── aproba@1.0.4 │ │ │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ │ │ ├── object-assign@4.1.0 │ │ │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ │ │ └── ansi-regex@2.0.0 │ │ │ │ │ │ ├── supports-color@0.2.0 │ │ │ │ │ │ └── wide-align@1.1.0 │ │ │ │ │ └── set-blocking@2.0.0 │ │ │ │ ├─┬ rc@1.1.6 │ │ │ │ │ ├── deep-extend@0.4.1 │ │ │ │ │ ├── ini@1.3.4 │ │ │ │ │ ├── minimist@1.2.0 │ │ │ │ │ └── strip-json-comments@1.0.4 │ │ │ │ ├─┬ request@2.79.0 │ │ │ │ │ ├── aws-sign2@0.6.0 │ │ │ │ │ ├── aws4@1.5.0 │ │ │ │ │ ├── caseless@0.11.0 │ │ │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ │ │ └── delayed-stream@1.0.0 │ │ │ │ │ ├── extend@3.0.0 │ │ │ │ │ ├── forever-agent@0.6.1 │ │ │ │ │ ├─┬ form-data@2.1.2 │ │ │ │ │ │ └── asynckit@0.4.0 │ │ │ │ │ ├─┬ har-validator@2.0.6 │ │ │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ │ │ │ │ ├── has-ansi@2.0.0 │ │ │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ │ │ ├─┬ commander@2.9.0 │ │ │ │ │ │ │ └── graceful-readlink@1.0.1 │ │ │ │ │ │ ├─┬ is-my-json-valid@2.15.0 │ │ │ │ │ │ │ ├── generate-function@2.0.0 │ │ │ │ │ │ │ ├─┬ generate-object-property@1.2.0 │ │ │ │ │ │ │ │ └── is-property@1.0.2 │ │ │ │ │ │ │ ├── jsonpointer@4.0.1 │ │ │ │ │ │ │ └── xtend@4.0.1 │ │ │ │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ │ │ │ └── pinkie@2.0.4 │ │ │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ │ │ ├── boom@2.10.1 │ │ │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ │ │ ├── hoek@2.16.3 │ │ │ │ │ │ └── sntp@1.0.9 │ │ │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ │ │ ├─┬ jsprim@1.3.1 │ │ │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ │ │ └── verror@1.3.6 │ │ │ │ │ │ └─┬ sshpk@1.10.1 │ │ │ │ │ │ ├── asn1@0.2.3 │ │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ │ ├── bcrypt-pbkdf@1.0.0 │ │ │ │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ │ │ ├─┬ getpass@0.1.6 │ │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ │ ├── jodid25519@1.0.2 │ │ │ │ │ │ ├── jsbn@0.1.0 │ │ │ │ │ │ └── tweetnacl@0.14.5 │ │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ │ ├── isstream@0.1.2 │ │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ │ ├─┬ mime-types@2.1.13 │ │ │ │ │ │ └── mime-db@1.25.0 │ │ │ │ │ ├── oauth-sign@0.8.2 │ │ │ │ │ ├── qs@6.3.0 │ │ │ │ │ ├── stringstream@0.0.5 │ │ │ │ │ ├─┬ tough-cookie@2.3.2 │ │ │ │ │ │ └── punycode@1.4.1 │ │ │ │ │ ├── tunnel-agent@0.4.3 │ │ │ │ │ └── uuid@3.0.1 │ │ │ │ ├─┬ rimraf@2.5.4 │ │ │ │ │ └─┬ glob@7.1.1 │ │ │ │ │ ├── fs.realpath@1.0.0 │ │ │ │ │ ├── inflight@1.0.6 │ │ │ │ │ ├─┬ minimatch@3.0.3 │ │ │ │ │ │ └─┬ brace-expansion@1.1.6 │ │ │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ │ │ └── concat-map@0.0.1 │ │ │ │ │ ├── once@1.4.0 │ │ │ │ │ └── path-is-absolute@1.0.1 │ │ │ │ ├── semver@5.3.0 │ │ │ │ ├─┬ tar@2.2.1 │ │ │ │ │ ├── block-stream@0.0.9 │ │ │ │ │ ├─┬ fstream@1.0.10 │ │ │ │ │ │ └── graceful-fs@4.1.11 │ │ │ │ │ └── inherits@2.0.3 │ │ │ │ └─┬ tar-pack@3.3.0 │ │ │ │ ├─┬ debug@2.2.0 │ │ │ │ │ └── ms@0.7.1 │ │ │ │ ├── fstream-ignore@1.0.5 │ │ │ │ ├─┬ once@1.3.3 │ │ │ │ │ └── wrappy@1.0.2 │ │ │ │ ├─┬ readable-stream@2.1.5 │ │ │ │ │ ├── buffer-shims@1.0.0 │ │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ │ └── util-deprecate@1.0.2 │ │ │ │ └── uid-number@0.0.6 │ │ │ ├── glob-parent@2.0.0 │ │ │ ├─┬ is-binary-path@1.0.1 │ │ │ │ └── binary-extensions@1.8.0 │ │ │ ├── is-glob@2.0.1 │ │ │ └─┬ readdirp@2.1.0 │ │ │ ├─┬ readable-stream@2.2.2 │ │ │ │ ├── buffer-shims@1.0.0 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ └── util-deprecate@1.0.2 │ │ │ └── set-immediate-shim@1.0.1 │ │ ├─┬ connect@3.5.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ ├─┬ finalhandler@0.5.0 │ │ │ │ ├─┬ on-finished@2.3.0 │ │ │ │ │ └── ee-first@1.1.1 │ │ │ │ ├── statuses@1.3.1 │ │ │ │ └── unpipe@1.0.0 │ │ │ ├── parseurl@1.3.1 │ │ │ └── utils-merge@1.0.0 │ │ ├── dev-ip@1.0.1 │ │ ├─┬ easy-extender@2.3.2 │ │ │ └── lodash@3.10.1 │ │ ├─┬ eazy-logger@3.0.2 │ │ │ └─┬ tfunk@3.1.0 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ ├── strip-ansi@3.0.1 │ │ │ │ └── supports-color@2.0.0 │ │ │ └── object-path@0.9.2 │ │ ├── emitter-steward@1.0.0 │ │ ├─┬ fs-extra@1.0.0 │ │ │ ├── graceful-fs@4.1.11 │ │ │ ├── jsonfile@2.4.0 │ │ │ └── klaw@1.3.1 │ │ ├─┬ http-proxy@1.15.2 │ │ │ ├── eventemitter3@1.2.0 │ │ │ └── requires-port@1.0.0 │ │ ├── immutable@3.8.1 │ │ ├─┬ localtunnel@1.8.2 │ │ │ ├── openurl@1.1.0 │ │ │ ├─┬ request@2.78.0 │ │ │ │ ├── aws-sign2@0.6.0 │ │ │ │ ├── aws4@1.6.0 │ │ │ │ ├── caseless@0.11.0 │ │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ │ └── delayed-stream@1.0.0 │ │ │ │ ├── extend@3.0.0 │ │ │ │ ├── forever-agent@0.6.1 │ │ │ │ ├─┬ form-data@2.1.2 │ │ │ │ │ └── asynckit@0.4.0 │ │ │ │ ├─┬ har-validator@2.0.6 │ │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ │ ├── strip-ansi@3.0.1 │ │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ │ ├─┬ commander@2.9.0 │ │ │ │ │ │ └── graceful-readlink@1.0.1 │ │ │ │ │ └─┬ is-my-json-valid@2.15.0 │ │ │ │ │ ├── generate-function@2.0.0 │ │ │ │ │ ├─┬ generate-object-property@1.2.0 │ │ │ │ │ │ └── is-property@1.0.2 │ │ │ │ │ ├── jsonpointer@4.0.1 │ │ │ │ │ └── xtend@4.0.1 │ │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ │ ├── boom@2.10.1 │ │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ │ ├── hoek@2.16.3 │ │ │ │ │ └── sntp@1.0.9 │ │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ │ ├─┬ jsprim@1.3.1 │ │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ │ └── verror@1.3.6 │ │ │ │ │ └─┬ sshpk@1.10.2 │ │ │ │ │ ├── asn1@0.2.3 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ │ ├─┬ getpass@0.1.6 │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ ├── jodid25519@1.0.2 │ │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ │ └── tweetnacl@0.14.5 │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ ├── isstream@0.1.2 │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ ├── node-uuid@1.4.7 │ │ │ │ ├── oauth-sign@0.8.2 │ │ │ │ ├── qs@6.3.1 │ │ │ │ ├── stringstream@0.0.5 │ │ │ │ ├─┬ tough-cookie@2.3.2 │ │ │ │ │ └── punycode@1.4.1 │ │ │ │ └── tunnel-agent@0.4.3 │ │ │ └─┬ yargs@3.29.0 │ │ │ ├── camelcase@1.2.1 │ │ │ └── window-size@0.1.4 │ │ ├─┬ micromatch@2.3.11 │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ └── arr-flatten@1.0.1 │ │ │ ├── array-unique@0.2.1 │ │ │ ├─┬ braces@1.8.5 │ │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ │ ├── is-number@2.1.0 │ │ │ │ │ ├── isobject@2.1.0 │ │ │ │ │ ├── randomatic@1.1.6 │ │ │ │ │ └── repeat-string@1.6.1 │ │ │ │ ├── preserve@0.2.0 │ │ │ │ └── repeat-element@1.1.2 │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ └── is-posix-bracket@0.1.1 │ │ │ ├── extglob@0.3.2 │ │ │ ├── filename-regex@2.0.0 │ │ │ ├── is-extglob@1.0.0 │ │ │ ├─┬ kind-of@3.1.0 │ │ │ │ └── is-buffer@1.1.4 │ │ │ ├── normalize-path@2.0.1 │ │ │ ├─┬ object.omit@2.0.1 │ │ │ │ ├─┬ for-own@0.1.4 │ │ │ │ │ └── for-in@0.1.6 │ │ │ │ └── is-extendable@0.1.1 │ │ │ ├─┬ parse-glob@3.0.4 │ │ │ │ ├── glob-base@0.3.0 │ │ │ │ └── is-dotfile@1.0.2 │ │ │ └─┬ regex-cache@0.4.3 │ │ │ ├── is-equal-shallow@0.1.3 │ │ │ └── is-primitive@2.0.0 │ │ ├─┬ opn@4.0.2 │ │ │ ├── object-assign@4.1.1 │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ └── pinkie@2.0.4 │ │ ├─┬ portscanner@2.1.1 │ │ │ ├── async@1.5.2 │ │ │ └─┬ is-number-like@1.0.7 │ │ │ ├─┬ bubleify@0.5.1 │ │ │ │ └─┬ buble@0.12.5 │ │ │ │ ├── acorn@3.3.0 │ │ │ │ ├── acorn-jsx@3.0.1 │ │ │ │ ├── acorn-object-spread@1.0.0 │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ ├── strip-ansi@3.0.1 │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ ├─┬ magic-string@0.14.0 │ │ │ │ │ └── vlq@0.2.1 │ │ │ │ └── os-homedir@1.0.2 │ │ │ └── lodash.isfinite@3.3.2 │ │ ├── qs@6.2.1 │ │ ├── resp-modifier@6.0.2 │ │ ├── rx@4.1.0 │ │ ├─┬ serve-index@1.8.0 │ │ │ ├─┬ accepts@1.3.3 │ │ │ │ └── negotiator@0.6.1 │ │ │ ├── batch@0.5.3 │ │ │ ├── escape-html@1.0.3 │ │ │ ├─┬ http-errors@1.5.1 │ │ │ │ └── setprototypeof@1.0.2 │ │ │ └─┬ mime-types@2.1.14 │ │ │ └── mime-db@1.26.0 │ │ ├─┬ serve-static@1.11.1 │ │ │ ├── encodeurl@1.0.1 │ │ │ └─┬ send@0.14.1 │ │ │ ├── depd@1.1.0 │ │ │ ├── destroy@1.0.4 │ │ │ ├── etag@1.7.0 │ │ │ ├── mime@1.3.4 │ │ │ └── range-parser@1.2.0 │ │ ├── server-destroy@1.0.1 │ │ ├─┬ socket.io@1.6.0 │ │ │ ├─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ ├─┬ engine.io@1.8.0 │ │ │ │ ├── base64id@0.1.0 │ │ │ │ ├── cookie@0.3.1 │ │ │ │ ├─┬ debug@2.3.3 │ │ │ │ │ └── ms@0.7.2 │ │ │ │ ├─┬ engine.io-parser@1.3.1 │ │ │ │ │ ├── after@0.8.1 │ │ │ │ │ ├── arraybuffer.slice@0.0.6 │ │ │ │ │ ├── base64-arraybuffer@0.1.5 │ │ │ │ │ ├── blob@0.0.4 │ │ │ │ │ ├─┬ has-binary@0.1.6 │ │ │ │ │ │ └── isarray@0.0.1 │ │ │ │ │ └── wtf-8@1.0.0 │ │ │ │ └─┬ ws@1.1.1 │ │ │ │ ├── options@0.0.6 │ │ │ │ └── ultron@1.0.2 │ │ │ ├─┬ has-binary@0.1.7 │ │ │ │ └── isarray@0.0.1 │ │ │ ├── object-assign@4.1.0 │ │ │ ├─┬ socket.io-adapter@0.5.0 │ │ │ │ └─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ └─┬ socket.io-parser@2.3.1 │ │ │ ├── component-emitter@1.1.2 │ │ │ ├── isarray@0.0.1 │ │ │ └── json3@3.3.2 │ │ ├─┬ socket.io-client@1.6.0 │ │ │ ├── backo2@1.0.2 │ │ │ ├── component-bind@1.0.0 │ │ │ ├── component-emitter@1.2.1 │ │ │ ├─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ ├─┬ engine.io-client@1.8.0 │ │ │ │ ├── component-emitter@1.2.1 │ │ │ │ ├── component-inherit@0.0.3 │ │ │ │ ├─┬ debug@2.3.3 │ │ │ │ │ └── ms@0.7.2 │ │ │ │ ├── has-cors@1.1.0 │ │ │ │ ├── parsejson@0.0.3 │ │ │ │ ├── parseqs@0.0.5 │ │ │ │ ├── xmlhttprequest-ssl@1.5.3 │ │ │ │ └── yeast@0.1.2 │ │ │ ├── indexof@0.0.1 │ │ │ ├── object-component@0.0.3 │ │ │ ├─┬ parseuri@0.0.5 │ │ │ │ └─┬ better-assert@1.0.2 │ │ │ │ └── callsite@1.0.0 │ │ │ └── to-array@0.1.4 │ │ ├── ua-parser-js@0.7.12 │ │ └─┬ yargs@6.4.0 │ │ ├── camelcase@3.0.0 │ │ ├─┬ cliui@3.2.0 │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ └── ansi-regex@2.1.1 │ │ │ └─┬ wrap-ansi@2.1.0 │ │ │ └─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 │ │ ├── decamelize@1.2.0 │ │ ├── get-caller-file@1.0.2 │ │ ├─┬ os-locale@1.4.0 │ │ │ └─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ ├─┬ read-pkg-up@1.0.1 │ │ │ ├─┬ find-up@1.1.2 │ │ │ │ └── path-exists@2.1.0 │ │ │ └─┬ read-pkg@1.1.0 │ │ │ ├─┬ load-json-file@1.1.0 │ │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ │ └─┬ error-ex@1.3.0 │ │ │ │ │ └── is-arrayish@0.2.1 │ │ │ │ ├── pify@2.3.0 │ │ │ │ └─┬ strip-bom@2.0.0 │ │ │ │ └── is-utf8@0.2.1 │ │ │ ├─┬ normalize-package-data@2.3.5 │ │ │ │ ├── hosted-git-info@2.2.0 │ │ │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ │ │ └── builtin-modules@1.1.1 │ │ │ │ ├── semver@5.3.0 │ │ │ │ └─┬ validate-npm-package-license@3.0.1 │ │ │ │ ├─┬ spdx-correct@1.0.2 │ │ │ │ │ └── spdx-license-ids@1.2.2 │ │ │ │ └── spdx-expression-parse@1.0.4 │ │ │ └── path-type@1.1.0 │ │ ├── require-directory@2.1.1 │ │ ├── require-main-filename@1.0.1 │ │ ├── set-blocking@2.0.0 │ │ ├─┬ string-width@1.0.2 │ │ │ ├── code-point-at@1.1.0 │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ └─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 │ │ ├── which-module@1.0.0 │ │ ├── window-size@0.2.0 │ │ ├── y18n@3.2.1 │ │ └─┬ yargs-parser@4.2.1 │ │ └── camelcase@3.0.0 │ ├── connect-history-api-fallback@1.3.0 │ ├── connect-logger@0.0.1 │ └── minimist@1.2.0 ├── reflect-metadata@0.1.3 ├─┬ rimraf@2.5.4 │ └─┬ glob@7.1.1 │ ├── fs.realpath@1.0.0 │ ├─┬ inflight@1.0.6 │ │ └── wrappy@1.0.2 │ ├── inherits@2.0.3 │ ├─┬ minimatch@3.0.3 │ │ └─┬ brace-expansion@1.1.6 │ │ ├── balanced-match@0.4.2 │ │ └── concat-map@0.0.1 │ ├── once@1.4.0 │ └── path-is-absolute@1.0.1 ├─┬ rxjs@5.0.0-beta.12 │ └── symbol-observable@1.0.4 ├─┬ systemjs@0.19.27 │ └── when@3.7.7 ├── typescript@2.0.2 └── zone.js@0.6.23
npm WARN learn-angular@1.0.0 No license field. npm ERR! Darwin 10.8.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! node v6.9.5 npm ERR! npm v3.10.10
npm ERR! Invalid name: "@angular/common" npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request: npm ERR! /Users/laomusicarts/Desktop/angular2/npm-debug.log LAOMUSIC-ARTSs-PB-2117% So I did a npm list: LAOMUSIC-ARTSs-PB-2117% npm list quit@1.0.0 /Users/laomusicarts/Desktop/angular2 ├── UNMET DEPENDENCY @angular/common@2.0.0 ├── UNMET DEPENDENCY @angular/compiler@2.0.0 ├── UNMET DEPENDENCY @angular/core@2.0.0 ├── UNMET DEPENDENCY @angular/forms@2.0.0 ├── UNMET DEPENDENCY @angular/http@2.0.0 ├── UNMET DEPENDENCY @angular/platform-browser@2.0.0 ├── UNMET DEPENDENCY @angular/platform-browser-dynamic@2.0.0 ├── UNMET DEPENDENCY @angular/router@3.0.0 ├── UNMET DEPENDENCY core-js@2.4.1 ├── gulp@3.9.1 extraneous ├── minimatch@3.0.3 extraneous ├── UNMET DEPENDENCY reflect-metadata@0.1.3 ├── UNMET DEPENDENCY rxjs@5.0.0-beta.12 ├── UNMET DEPENDENCY systemjs@0.19.27 └── UNMET DEPENDENCY zone.js@0.6.23
So I did a npm list:
npm ERR! missing: @angular/common@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/compiler@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/core@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/forms@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/http@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/platform-browser@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/platform-browser-dynamic@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/router@3.0.0, required by quit@1.0.0 npm ERR! missing: systemjs@0.19.27, required by quit@1.0.0 npm ERR! missing: core-js@2.4.1, required by quit@1.0.0 npm ERR! missing: reflect-metadata@0.1.3, required by quit@1.0.0 npm ERR! missing: rxjs@5.0.0-beta.12, required by quit@1.0.0 npm ERR! missing: zone.js@0.6.23, required by quit@1.0.0 npm ERR! extraneous: gulp@3.9.1 /Users/laomusicarts/Desktop/angular2/node_modules/gulp npm ERR! extraneous: minimatch@3.0.3 /Users/laomusicarts/Desktop/angular2/node_modules/minimatch LAOMUSIC-ARTSs-PB-2117% ` And to make sure we are not in the same boat, here are my versions: LAOMUSIC-ARTSs-PB-2117% npm -v 3.10.10 LAOMUSIC-ARTSs-PB-2117% node -v v6.9.5
Any clue to solve this issue ? npm install minimatch is not the answer neither...
npm install minimatch
This looks like a problem with your node installation, not with the course or the files.
Hi Ray ! I just start your course and by installing, everything went fine until git checkout. Afterwards the mess starts: npm install `npm WARN deprecated node-uuid@1.4.7: use uuid module instead npm ERR! unpack Could not read data for @angular/common@2.0.0 npm ERR! unpack Could not read data for @angular/compiler@2.0.0 npm ERR! unpack Could not read data for @angular/core@2.0.0 npm ERR! unpack Could not read data for @angular/forms@2.0.0 npm ERR! unpack Could not read data for @angular/http@2.0.0 npm ERR! unpack Could not read data for @angular/platform-browser@2.0.0 npm ERR! unpack Could not read data for @angular/platform-browser-dynamic@2.0.0 npm ERR! unpack Could not read data for @angular/router@3.0.0 npm ERR! unpack Could not read data for @types/core-js@0.9.35 npm ERR! unpack Could not read data for @types/node@6.0.63 learn-angular@1.0.0 /Users/laomusicarts/Desktop/angular2 ├─┬ concurrently@2.2.0 │ ├── bluebird@2.9.6 │ ├─┬ chalk@0.5.1 │ │ ├── ansi-styles@1.1.0 │ │ ├── escape-string-regexp@1.0.5 │ │ ├─┬ has-ansi@0.1.0 │ │ │ └── ansi-regex@0.2.1 │ │ ├── strip-ansi@0.3.0 │ │ └── supports-color@0.2.0 │ ├── commander@2.6.0 │ ├─┬ cross-spawn@0.2.9 │ │ └── lru-cache@2.7.3 │ ├── lodash@4.17.4 │ ├── moment@2.17.1 │ └── rx@2.3.24 ├── core-js@2.4.1 ├─┬ lite-server@2.2.2 │ ├─┬ browser-sync@2.18.8 │ │ ├─┬ browser-sync-client@2.4.5 │ │ │ ├── etag@1.8.0 │ │ │ └── fresh@0.3.0 │ │ ├─┬ browser-sync-ui@0.6.3 │ │ │ ├── async-each-series@0.1.1 │ │ │ ├─┬ stream-throttle@0.1.3 │ │ │ │ └── limiter@1.1.0 │ │ │ └─┬ weinre@2.0.0-pre-I0Z7U9OV │ │ │ ├─┬ express@2.5.11 │ │ │ │ ├─┬ connect@1.9.2 │ │ │ │ │ └── formidable@1.0.17 │ │ │ │ ├── mime@1.2.4 │ │ │ │ ├── mkdirp@0.3.0 │ │ │ │ └── qs@0.4.2 │ │ │ ├─┬ nopt@3.0.6 │ │ │ │ └── abbrev@1.1.0 │ │ │ └── underscore@1.7.0 │ │ ├── bs-recipes@1.3.4 │ │ ├─┬ chokidar@1.6.1 │ │ │ ├─┬ anymatch@1.3.0 │ │ │ │ └── arrify@1.0.1 │ │ │ ├── async-each@1.0.1 │ │ │ ├─┬ fsevents@1.0.17 │ │ │ │ ├── nan@2.5.1 │ │ │ │ └─┬ node-pre-gyp@0.6.32 │ │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ │ └── minimist@0.0.8 │ │ │ │ ├─┬ nopt@3.0.6 │ │ │ │ │ └── abbrev@1.0.9 │ │ │ │ ├─┬ npmlog@4.0.2 │ │ │ │ │ ├─┬ are-we-there-yet@1.1.2 │ │ │ │ │ │ ├── delegates@1.0.0 │ │ │ │ │ │ └── readable-stream@2.2.2 │ │ │ │ │ ├── console-control-strings@1.1.0 │ │ │ │ │ ├─┬ gauge@2.7.2 │ │ │ │ │ │ ├── aproba@1.0.4 │ │ │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ │ │ ├── object-assign@4.1.0 │ │ │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ │ │ └── ansi-regex@2.0.0 │ │ │ │ │ │ ├── supports-color@0.2.0 │ │ │ │ │ │ └── wide-align@1.1.0 │ │ │ │ │ └── set-blocking@2.0.0 │ │ │ │ ├─┬ rc@1.1.6 │ │ │ │ │ ├── deep-extend@0.4.1 │ │ │ │ │ ├── ini@1.3.4 │ │ │ │ │ ├── minimist@1.2.0 │ │ │ │ │ └── strip-json-comments@1.0.4 │ │ │ │ ├─┬ request@2.79.0 │ │ │ │ │ ├── aws-sign2@0.6.0 │ │ │ │ │ ├── aws4@1.5.0 │ │ │ │ │ ├── caseless@0.11.0 │ │ │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ │ │ └── delayed-stream@1.0.0 │ │ │ │ │ ├── extend@3.0.0 │ │ │ │ │ ├── forever-agent@0.6.1 │ │ │ │ │ ├─┬ form-data@2.1.2 │ │ │ │ │ │ └── asynckit@0.4.0 │ │ │ │ │ ├─┬ har-validator@2.0.6 │ │ │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ │ │ │ │ ├── has-ansi@2.0.0 │ │ │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ │ │ ├─┬ commander@2.9.0 │ │ │ │ │ │ │ └── graceful-readlink@1.0.1 │ │ │ │ │ │ ├─┬ is-my-json-valid@2.15.0 │ │ │ │ │ │ │ ├── generate-function@2.0.0 │ │ │ │ │ │ │ ├─┬ generate-object-property@1.2.0 │ │ │ │ │ │ │ │ └── is-property@1.0.2 │ │ │ │ │ │ │ ├── jsonpointer@4.0.1 │ │ │ │ │ │ │ └── xtend@4.0.1 │ │ │ │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ │ │ │ └── pinkie@2.0.4 │ │ │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ │ │ ├── boom@2.10.1 │ │ │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ │ │ ├── hoek@2.16.3 │ │ │ │ │ │ └── sntp@1.0.9 │ │ │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ │ │ ├─┬ jsprim@1.3.1 │ │ │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ │ │ └── verror@1.3.6 │ │ │ │ │ │ └─┬ sshpk@1.10.1 │ │ │ │ │ │ ├── asn1@0.2.3 │ │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ │ ├── bcrypt-pbkdf@1.0.0 │ │ │ │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ │ │ ├─┬ getpass@0.1.6 │ │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ │ ├── jodid25519@1.0.2 │ │ │ │ │ │ ├── jsbn@0.1.0 │ │ │ │ │ │ └── tweetnacl@0.14.5 │ │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ │ ├── isstream@0.1.2 │ │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ │ ├─┬ mime-types@2.1.13 │ │ │ │ │ │ └── mime-db@1.25.0 │ │ │ │ │ ├── oauth-sign@0.8.2 │ │ │ │ │ ├── qs@6.3.0 │ │ │ │ │ ├── stringstream@0.0.5 │ │ │ │ │ ├─┬ tough-cookie@2.3.2 │ │ │ │ │ │ └── punycode@1.4.1 │ │ │ │ │ ├── tunnel-agent@0.4.3 │ │ │ │ │ └── uuid@3.0.1 │ │ │ │ ├─┬ rimraf@2.5.4 │ │ │ │ │ └─┬ glob@7.1.1 │ │ │ │ │ ├── fs.realpath@1.0.0 │ │ │ │ │ ├── inflight@1.0.6 │ │ │ │ │ ├─┬ minimatch@3.0.3 │ │ │ │ │ │ └─┬ brace-expansion@1.1.6 │ │ │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ │ │ └── concat-map@0.0.1 │ │ │ │ │ ├── once@1.4.0 │ │ │ │ │ └── path-is-absolute@1.0.1 │ │ │ │ ├── semver@5.3.0 │ │ │ │ ├─┬ tar@2.2.1 │ │ │ │ │ ├── block-stream@0.0.9 │ │ │ │ │ ├─┬ fstream@1.0.10 │ │ │ │ │ │ └── graceful-fs@4.1.11 │ │ │ │ │ └── inherits@2.0.3 │ │ │ │ └─┬ tar-pack@3.3.0 │ │ │ │ ├─┬ debug@2.2.0 │ │ │ │ │ └── ms@0.7.1 │ │ │ │ ├── fstream-ignore@1.0.5 │ │ │ │ ├─┬ once@1.3.3 │ │ │ │ │ └── wrappy@1.0.2 │ │ │ │ ├─┬ readable-stream@2.1.5 │ │ │ │ │ ├── buffer-shims@1.0.0 │ │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ │ └── util-deprecate@1.0.2 │ │ │ │ └── uid-number@0.0.6 │ │ │ ├── glob-parent@2.0.0 │ │ │ ├─┬ is-binary-path@1.0.1 │ │ │ │ └── binary-extensions@1.8.0 │ │ │ ├── is-glob@2.0.1 │ │ │ └─┬ readdirp@2.1.0 │ │ │ ├─┬ readable-stream@2.2.2 │ │ │ │ ├── buffer-shims@1.0.0 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ └── util-deprecate@1.0.2 │ │ │ └── set-immediate-shim@1.0.1 │ │ ├─┬ connect@3.5.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ ├─┬ finalhandler@0.5.0 │ │ │ │ ├─┬ on-finished@2.3.0 │ │ │ │ │ └── ee-first@1.1.1 │ │ │ │ ├── statuses@1.3.1 │ │ │ │ └── unpipe@1.0.0 │ │ │ ├── parseurl@1.3.1 │ │ │ └── utils-merge@1.0.0 │ │ ├── dev-ip@1.0.1 │ │ ├─┬ easy-extender@2.3.2 │ │ │ └── lodash@3.10.1 │ │ ├─┬ eazy-logger@3.0.2 │ │ │ └─┬ tfunk@3.1.0 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ ├── strip-ansi@3.0.1 │ │ │ │ └── supports-color@2.0.0 │ │ │ └── object-path@0.9.2 │ │ ├── emitter-steward@1.0.0 │ │ ├─┬ fs-extra@1.0.0 │ │ │ ├── graceful-fs@4.1.11 │ │ │ ├── jsonfile@2.4.0 │ │ │ └── klaw@1.3.1 │ │ ├─┬ http-proxy@1.15.2 │ │ │ ├── eventemitter3@1.2.0 │ │ │ └── requires-port@1.0.0 │ │ ├── immutable@3.8.1 │ │ ├─┬ localtunnel@1.8.2 │ │ │ ├── openurl@1.1.0 │ │ │ ├─┬ request@2.78.0 │ │ │ │ ├── aws-sign2@0.6.0 │ │ │ │ ├── aws4@1.6.0 │ │ │ │ ├── caseless@0.11.0 │ │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ │ └── delayed-stream@1.0.0 │ │ │ │ ├── extend@3.0.0 │ │ │ │ ├── forever-agent@0.6.1 │ │ │ │ ├─┬ form-data@2.1.2 │ │ │ │ │ └── asynckit@0.4.0 │ │ │ │ ├─┬ har-validator@2.0.6 │ │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ │ ├── strip-ansi@3.0.1 │ │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ │ ├─┬ commander@2.9.0 │ │ │ │ │ │ └── graceful-readlink@1.0.1 │ │ │ │ │ └─┬ is-my-json-valid@2.15.0 │ │ │ │ │ ├── generate-function@2.0.0 │ │ │ │ │ ├─┬ generate-object-property@1.2.0 │ │ │ │ │ │ └── is-property@1.0.2 │ │ │ │ │ ├── jsonpointer@4.0.1 │ │ │ │ │ └── xtend@4.0.1 │ │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ │ ├── boom@2.10.1 │ │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ │ ├── hoek@2.16.3 │ │ │ │ │ └── sntp@1.0.9 │ │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ │ ├─┬ jsprim@1.3.1 │ │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ │ └── verror@1.3.6 │ │ │ │ │ └─┬ sshpk@1.10.2 │ │ │ │ │ ├── asn1@0.2.3 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ │ ├─┬ getpass@0.1.6 │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ ├── jodid25519@1.0.2 │ │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ │ └── tweetnacl@0.14.5 │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ ├── isstream@0.1.2 │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ ├── node-uuid@1.4.7 │ │ │ │ ├── oauth-sign@0.8.2 │ │ │ │ ├── qs@6.3.1 │ │ │ │ ├── stringstream@0.0.5 │ │ │ │ ├─┬ tough-cookie@2.3.2 │ │ │ │ │ └── punycode@1.4.1 │ │ │ │ └── tunnel-agent@0.4.3 │ │ │ └─┬ yargs@3.29.0 │ │ │ ├── camelcase@1.2.1 │ │ │ └── window-size@0.1.4 │ │ ├─┬ micromatch@2.3.11 │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ └── arr-flatten@1.0.1 │ │ │ ├── array-unique@0.2.1 │ │ │ ├─┬ braces@1.8.5 │ │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ │ ├── is-number@2.1.0 │ │ │ │ │ ├── isobject@2.1.0 │ │ │ │ │ ├── randomatic@1.1.6 │ │ │ │ │ └── repeat-string@1.6.1 │ │ │ │ ├── preserve@0.2.0 │ │ │ │ └── repeat-element@1.1.2 │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ └── is-posix-bracket@0.1.1 │ │ │ ├── extglob@0.3.2 │ │ │ ├── filename-regex@2.0.0 │ │ │ ├── is-extglob@1.0.0 │ │ │ ├─┬ kind-of@3.1.0 │ │ │ │ └── is-buffer@1.1.4 │ │ │ ├── normalize-path@2.0.1 │ │ │ ├─┬ object.omit@2.0.1 │ │ │ │ ├─┬ for-own@0.1.4 │ │ │ │ │ └── for-in@0.1.6 │ │ │ │ └── is-extendable@0.1.1 │ │ │ ├─┬ parse-glob@3.0.4 │ │ │ │ ├── glob-base@0.3.0 │ │ │ │ └── is-dotfile@1.0.2 │ │ │ └─┬ regex-cache@0.4.3 │ │ │ ├── is-equal-shallow@0.1.3 │ │ │ └── is-primitive@2.0.0 │ │ ├─┬ opn@4.0.2 │ │ │ ├── object-assign@4.1.1 │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ └── pinkie@2.0.4 │ │ ├─┬ portscanner@2.1.1 │ │ │ ├── async@1.5.2 │ │ │ └─┬ is-number-like@1.0.7 │ │ │ ├─┬ bubleify@0.5.1 │ │ │ │ └─┬ buble@0.12.5 │ │ │ │ ├── acorn@3.3.0 │ │ │ │ ├── acorn-jsx@3.0.1 │ │ │ │ ├── acorn-object-spread@1.0.0 │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ ├── strip-ansi@3.0.1 │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ ├─┬ magic-string@0.14.0 │ │ │ │ │ └── vlq@0.2.1 │ │ │ │ └── os-homedir@1.0.2 │ │ │ └── lodash.isfinite@3.3.2 │ │ ├── qs@6.2.1 │ │ ├── resp-modifier@6.0.2 │ │ ├── rx@4.1.0 │ │ ├─┬ serve-index@1.8.0 │ │ │ ├─┬ accepts@1.3.3 │ │ │ │ └── negotiator@0.6.1 │ │ │ ├── batch@0.5.3 │ │ │ ├── escape-html@1.0.3 │ │ │ ├─┬ http-errors@1.5.1 │ │ │ │ └── setprototypeof@1.0.2 │ │ │ └─┬ mime-types@2.1.14 │ │ │ └── mime-db@1.26.0 │ │ ├─┬ serve-static@1.11.1 │ │ │ ├── encodeurl@1.0.1 │ │ │ └─┬ send@0.14.1 │ │ │ ├── depd@1.1.0 │ │ │ ├── destroy@1.0.4 │ │ │ ├── etag@1.7.0 │ │ │ ├── mime@1.3.4 │ │ │ └── range-parser@1.2.0 │ │ ├── server-destroy@1.0.1 │ │ ├─┬ socket.io@1.6.0 │ │ │ ├─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ ├─┬ engine.io@1.8.0 │ │ │ │ ├── base64id@0.1.0 │ │ │ │ ├── cookie@0.3.1 │ │ │ │ ├─┬ debug@2.3.3 │ │ │ │ │ └── ms@0.7.2 │ │ │ │ ├─┬ engine.io-parser@1.3.1 │ │ │ │ │ ├── after@0.8.1 │ │ │ │ │ ├── arraybuffer.slice@0.0.6 │ │ │ │ │ ├── base64-arraybuffer@0.1.5 │ │ │ │ │ ├── blob@0.0.4 │ │ │ │ │ ├─┬ has-binary@0.1.6 │ │ │ │ │ │ └── isarray@0.0.1 │ │ │ │ │ └── wtf-8@1.0.0 │ │ │ │ └─┬ ws@1.1.1 │ │ │ │ ├── options@0.0.6 │ │ │ │ └── ultron@1.0.2 │ │ │ ├─┬ has-binary@0.1.7 │ │ │ │ └── isarray@0.0.1 │ │ │ ├── object-assign@4.1.0 │ │ │ ├─┬ socket.io-adapter@0.5.0 │ │ │ │ └─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ └─┬ socket.io-parser@2.3.1 │ │ │ ├── component-emitter@1.1.2 │ │ │ ├── isarray@0.0.1 │ │ │ └── json3@3.3.2 │ │ ├─┬ socket.io-client@1.6.0 │ │ │ ├── backo2@1.0.2 │ │ │ ├── component-bind@1.0.0 │ │ │ ├── component-emitter@1.2.1 │ │ │ ├─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ ├─┬ engine.io-client@1.8.0 │ │ │ │ ├── component-emitter@1.2.1 │ │ │ │ ├── component-inherit@0.0.3 │ │ │ │ ├─┬ debug@2.3.3 │ │ │ │ │ └── ms@0.7.2 │ │ │ │ ├── has-cors@1.1.0 │ │ │ │ ├── parsejson@0.0.3 │ │ │ │ ├── parseqs@0.0.5 │ │ │ │ ├── xmlhttprequest-ssl@1.5.3 │ │ │ │ └── yeast@0.1.2 │ │ │ ├── indexof@0.0.1 │ │ │ ├── object-component@0.0.3 │ │ │ ├─┬ parseuri@0.0.5 │ │ │ │ └─┬ better-assert@1.0.2 │ │ │ │ └── callsite@1.0.0 │ │ │ └── to-array@0.1.4 │ │ ├── ua-parser-js@0.7.12 │ │ └─┬ yargs@6.4.0 │ │ ├── camelcase@3.0.0 │ │ ├─┬ cliui@3.2.0 │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ └── ansi-regex@2.1.1 │ │ │ └─┬ wrap-ansi@2.1.0 │ │ │ └─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 │ │ ├── decamelize@1.2.0 │ │ ├── get-caller-file@1.0.2 │ │ ├─┬ os-locale@1.4.0 │ │ │ └─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ ├─┬ read-pkg-up@1.0.1 │ │ │ ├─┬ find-up@1.1.2 │ │ │ │ └── path-exists@2.1.0 │ │ │ └─┬ read-pkg@1.1.0 │ │ │ ├─┬ load-json-file@1.1.0 │ │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ │ └─┬ error-ex@1.3.0 │ │ │ │ │ └── is-arrayish@0.2.1 │ │ │ │ ├── pify@2.3.0 │ │ │ │ └─┬ strip-bom@2.0.0 │ │ │ │ └── is-utf8@0.2.1 │ │ │ ├─┬ normalize-package-data@2.3.5 │ │ │ │ ├── hosted-git-info@2.2.0 │ │ │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ │ │ └── builtin-modules@1.1.1 │ │ │ │ ├── semver@5.3.0 │ │ │ │ └─┬ validate-npm-package-license@3.0.1 │ │ │ │ ├─┬ spdx-correct@1.0.2 │ │ │ │ │ └── spdx-license-ids@1.2.2 │ │ │ │ └── spdx-expression-parse@1.0.4 │ │ │ └── path-type@1.1.0 │ │ ├── require-directory@2.1.1 │ │ ├── require-main-filename@1.0.1 │ │ ├── set-blocking@2.0.0 │ │ ├─┬ string-width@1.0.2 │ │ │ ├── code-point-at@1.1.0 │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ └─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 │ │ ├── which-module@1.0.0 │ │ ├── window-size@0.2.0 │ │ ├── y18n@3.2.1 │ │ └─┬ yargs-parser@4.2.1 │ │ └── camelcase@3.0.0 │ ├── connect-history-api-fallback@1.3.0 │ ├── connect-logger@0.0.1 │ └── minimist@1.2.0 ├── reflect-metadata@0.1.3 ├─┬ rimraf@2.5.4 │ └─┬ glob@7.1.1 │ ├── fs.realpath@1.0.0 │ ├─┬ inflight@1.0.6 │ │ └── wrappy@1.0.2 │ ├── inherits@2.0.3 │ ├─┬ minimatch@3.0.3 │ │ └─┬ brace-expansion@1.1.6 │ │ ├── balanced-match@0.4.2 │ │ └── concat-map@0.0.1 │ ├── once@1.4.0 │ └── path-is-absolute@1.0.1 ├─┬ rxjs@5.0.0-beta.12 │ └── symbol-observable@1.0.4 ├─┬ systemjs@0.19.27 │ └── when@3.7.7 ├── typescript@2.0.2 └── zone.js@0.6.23
npm WARN learn-angular@1.0.0 No license field. npm ERR! Darwin 10.8.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! node v6.9.5 npm ERR! npm v3.10.10
npm ERR! Invalid name: "@angular/common" npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request: npm ERR! /Users/laomusicarts/Desktop/angular2/npm-debug.log LAOMUSIC-ARTSs-PB-2117%
So I did a npm list:
LAOMUSIC-ARTSs-PB-2117% npm list quit@1.0.0 /Users/laomusicarts/Desktop/angular2 ├── UNMET DEPENDENCY @angular/common@2.0.0 ├── UNMET DEPENDENCY @angular/compiler@2.0.0 ├── UNMET DEPENDENCY @angular/core@2.0.0 ├── UNMET DEPENDENCY @angular/forms@2.0.0 ├── UNMET DEPENDENCY @angular/http@2.0.0 ├── UNMET DEPENDENCY @angular/platform-browser@2.0.0 ├── UNMET DEPENDENCY @angular/platform-browser-dynamic@2.0.0 ├── UNMET DEPENDENCY @angular/router@3.0.0 ├── UNMET DEPENDENCY core-js@2.4.1 ├── gulp@3.9.1 extraneous ├── minimatch@3.0.3 extraneous ├── UNMET DEPENDENCY reflect-metadata@0.1.3 ├── UNMET DEPENDENCY rxjs@5.0.0-beta.12 ├── UNMET DEPENDENCY systemjs@0.19.27 └── UNMET DEPENDENCY zone.js@0.6.23npm ERR! missing: @angular/common@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/compiler@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/core@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/forms@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/http@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/platform-browser@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/platform-browser-dynamic@2.0.0, required by quit@1.0.0 npm ERR! missing: @angular/router@3.0.0, required by quit@1.0.0 npm ERR! missing: systemjs@0.19.27, required by quit@1.0.0 npm ERR! missing: core-js@2.4.1, required by quit@1.0.0 npm ERR! missing: reflect-metadata@0.1.3, required by quit@1.0.0 npm ERR! missing: rxjs@5.0.0-beta.12, required by quit@1.0.0 npm ERR! missing: zone.js@0.6.23, required by quit@1.0.0 npm ERR! extraneous: gulp@3.9.1 /Users/laomusicarts/Desktop/angular2/node_modules/gulp npm ERR! extraneous: minimatch@3.0.3 /Users/laomusicarts/Desktop/angular2/node_modules/minimatch LAOMUSIC-ARTSs-PB-2117% ` And to make sure we are not in the same boat, here are my versions: LAOMUSIC-ARTSs-PB-2117% npm -v 3.10.10 LAOMUSIC-ARTSs-PB-2117% node -v v6.9.5
Any clue to solve this issue ?
npm install minimatch
is not the answer neither...