Swiip / generator-gulp-angular

Yeoman generator for AngularJS with GulpJS [UNMAINTAINED next iteration is FountainJS]

Home Page:http://fountainjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typings.json file no └── (No dependencies)

luyaohua2016 opened this issue · comments

when I enter typings install commamd. the result is no dependencies, what should I do

You should give us more input. Which version, which options ? What do you have in the typings folder and the typings.json file...

Have the same issue here. Fresh TypeScript project with latest Swiip generator.

Running
$ typings install
gives No dependencies and gulp serve complains about missing typings

system Linux 3.19.0-28-generic
node -v v6.2.1
typings -v 1.2.0

Downgraded to Node 4.4.5, re-generated the project, same issue.

Downgraded typings to 1.1.0, same behaviour.

Installed each dependency manually using the -G flag, this worked.
$ typings install -G didn't work.

Question

Why you don't use the new version of gulp-angular ?

https://github.com/FountainJS/generator-fountain-webapp
or directly for Angular1
https://github.com/FountainJS/generator-fountain-angular1

You should find a better support for TypeScript.