2015-04-05 2 views
0

Я использую Глоток-угловой в первый раз, и я следую этот блог: http://www.angularonrails.com/how-to-wire-up-ruby-on-rails-and-angularjs-as-a-single-page-application-gulp-version/не удается установить Глоток-угловой

Когда я бегу по установке вопросы, это просто бомба из, на карме.

Я на убунту 14 в коробке Vagrant, узел v0.10.37, НПМ 2.7.5

Все указатели будут высоко оценили.

[email protected]:~/fluent/client$ yo gulp-angular myapp 
. 
. 
? Which version of Angular do you want? 1.3.x (latest) 
? Which Angular's modules would you want to have? (ngRoute and ngResource will be addressed after) angular-animate.js (enable animation features), angular-cookies.js (handle cookie management), angular-touch.js (for mobile development), angular-sanitize.js (to securely parse and manipulate HTML) 
? Would you need jQuery or perhaps Zepto? None (Angular will use its own jqLite) 
? Would you like to use a REST resource library? None, $http is enough! 
? Would you like to use a router ? ngRoute, the official router 
? Which UI framework do you want? Bootstrap, the most popular HTML, CSS, and JS framework 
? How do you want to implements your Bootstrap components? Angular UI Bootstrap, Bootstrap components written in pure AngularJS by the AngularUI Team 
? Which CSS preprocessor do you want? Sass (Node), Node.js binding to libsass, the C version of the popular stylesheet preprocessor, Sass. 
? Which JS preprocessor do you want? None, I like to code in standard JavaScript. 
? Which html template engine would you want? None, I like to code in standard HTML. 
Template processing error on file karma.conf.js 

events.js:72 
    throw er; // Unhandled 'error' event 
     ^
AssertionError: Trying to copy from a source that does not exist:  /usr/lib/node_modules/generator-gulp-angular/app/templates/karma.conf.js 
at EditionInterface.exports._copySingle (/usr/lib/node_modules/generator- gulp-angular/node_modules/yeoman-generator/node_modules/mem-fs- editor/actions/copy.js:44:3) 

Некоторая дополнительная информация, на самом деле не уверен, что сделать из этого, там является _karma.conf.js файл

[email protected]:/usr/lib/node_modules/generator-gulp-angular/app/templates$ ls 
_bower.json  e2e   gulp   _.jshintrc  _package.json   src  tslint.json 
coffeelint.json _.gitignore _gulpfile.js _karma.conf.js protractor.conf.js _tsd.json 

EDIT

мне пришлось использовать sudo для всех команд npm. Это нормально?

EDIT 2 https://github.com/Swiip/generator-gulp-angular/issues/470

ответ

0

По вопросу GitHub, исключить ссылку на karma.conf.js из приложения/files.json сделал свою работу.

Я думаю, что в какой-то момент будет официальное исправление.

+1

Похоже, что на недавнем мероприятии [проблема GitHub] (https://github.com/Swiip/generator-gulp-angular/issues/470). Может быть, v0.11.0 генератор-глотков-угловых исправляет это? –

+0

@JasonSwett в соответствии с примечаниями к выпуску исправлено. – ardochhigh

Смежные вопросы