2015-04-05 89 views
0

我使用一飲而盡棱角的第一次,和我下面這個博客:當我通過安裝運行的問題,它只是彈了,只佬http://www.angularonrails.com/how-to-wire-up-ruby-on-rails-and-angularjs-as-a-single-page-application-gulp-version/無法安裝一飲而盡棱角

我在一個流浪框的ubuntu 14,節點v0.10.37,NPM 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 

編輯

我不得不使用sudo適用於所有npm命令。這是正常的嗎?從應用程序/ files.json

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

回答

0

按照GitHub的問題,刪除提到karma.conf.js做的工作。

我想在某些時候會有官方修復。

+1

看起來最近在[GitHub問題]上有一些活動(https://github.com/Swiip/generator-gulp-angular/issues/470)。也許v0.11.0的generator-gulp-angular修復它? – 2015-04-06 15:36:03

+0

@JasonSwett根據發行說明它已經修復。 – ardochhigh 2015-04-06 17:14:21