万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    Kitematicをgitリポジトリから使う

    Kitematic(カイトマティック) qiita.com

    クローンする

    git clone https://github.com/docker/kitematic
    cd kitematic

    起動

    npm install
    npm start
    Loading "Gruntfile.js" tasks...ERROR
    >> Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
    Warning: Task "default" not found. Use --force to continue.
    
    Aborted due to warnings.
    npm ERR! code ELIFECYCLE
    npm ERR! errno 3
    npm ERR! Kitematic@0.17.7 start: `grunt`
    npm ERR! Exit status 3
    npm ERR!
    npm ERR! Failed at the Kitematic@0.17.7 start script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:

    なら

    UbuntuにElectronアプリを作ってみる(環境構築) - bam6o0の記憶域

    npm install electron --verbose