Swiip / generator-gulp-angular

Yeoman generator for AngularJS with GulpJS [UNMAINTAINED next iteration is FountainJS]
http://fountainjs.io
3.72k stars 665 forks source link

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

Open luyaohua2016 opened 8 years ago

luyaohua2016 commented 8 years ago

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

Swiip commented 8 years ago

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

kkavod commented 8 years ago

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

kkavod commented 8 years ago

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

kkavod commented 8 years ago

Downgraded typings to 1.1.0, same behaviour.

kkavod commented 8 years ago

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

zckrs commented 8 years ago

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.