antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)
https://antonybudianto.github.io/angular-starter/
MIT License
521 stars 147 forks source link

lodash Partial - too old Typescript used #195

Closed Koshmaar closed 7 years ago

Koshmaar commented 7 years ago

Issue Description

I copied the latest release, and got the error as below.

This is a fresh thing: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14311

Simply setting typescipt to be 2.1.0 in package.json (as it was 2.0.6) made the error go away, and now app is compiling.

Perhaps you should update the starter :)

Reproducables

$ npm install $ npm install gulp-cli -g $ npm install gulp -D $ npm start

angular2-starter@1.0.1 start E:\WWW\WebdevHomepage\admin gulp serve-dev

============ Angular 2 Starter ============ Current environment: development

npm ERR! Windows_NT 6.1.7601 npm ERR! argv "E:\Tools\nodejs\node.exe" "E:\Tools\nodejs\node_modules\npm\bin\npm-cli.js" "start" npm ERR! node v6.9.1 npm ERR! npm v3.10.8 npm ERR! code ELIFECYCLE npm ERR! angular2-starter@1.0.1 start: gulp serve-dev npm ERR! Exit status 1

Information

Operating System Windows 7 x64
Node version 6.9.1
NPM Version 3.10.8
Environment Cygwin console
antonybudianto commented 7 years ago

https://github.com/antonybudianto/angular2-starter/blob/master/package.json#L93

The latest have updated TS version