2015-07-27 10 views
19

Nasıl düzeltilir (benim yerel makine çalışıyor üzerine) ve komut bower install girdiğinizde bir hata vardır:Ben VPS <a href="https://github.com/catarse/catarse">https://github.com/catarse/catarse</a> senaryoyu yüklemeye çalışıyorum "kameriye ENOTFOUND"

bower checkout  catarse_admin#master 
bower resolved  https://github.com/catarse/catarse_admin.git#3151581f33 
bower ENOTFOUND  Package option not found 

çardak. json

{ 
    "name": "catarse", 
    "version": "1.0.0", 
    "homepage": "https://github.com/catarse/catarse", 
    "description": "The first open source crowdfunding platform for creative projects in the world!", 
    "license": "MIT", 
    "ignore": [ 
    "**/.*", 
    "node_modules", 
    "bower_components", 
    "vendor/assets/components", 
    "test", 
    "tests" 
    ], 
    "dependencies": { 
    "jquery": "~2.1.4", 
    "backbone": "~1.2.0", 
    "underscore": "~1.8.3", 
    "jquery-sticky": "~1.0.1", 
    "jquery-smooth-scroll": "~1.5.5", 
    "jquery-typewatch": "~2.2.1", 
    "store": "~2.3.0", 
    "jQuery-Mask-Plugin": "~1.11.4", 
    "jquery-ui": "~1.11.4", 
    "jquery-ujs": "~1.0.3", 
    "jquery.fixedmask": "~1.0.0", 
    "mithril": "~0.2.0", 
    "catarse_admin": "https://github.com/catarse/catarse_admin.git#master" 
    } 
} 
+7

Haha ait bower install --allow-root option girdi! Aynı hatayı yaptım;) –

+0

Evet burada aynı: P –

cevap

73

Yani utanç .. yerine bower install --allow-root

+3

Thx. Aynı hatayı ben yaptım. – levi

+4

lol, bana da oldu – DaniGuardiola

+3

Tamamen aynısını yaptım. Bu cevabın burada olması güzel. – AzzyDude

İlgili konular