Skip to content

Instantly share code, notes, and snippets.

@mizunashi-mana
Last active December 29, 2015 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mizunashi-mana/99a219ed18eebd9dc047 to your computer and use it in GitHub Desktop.
Save mizunashi-mana/99a219ed18eebd9dc047 to your computer and use it in GitHub Desktop.

現状の問題点

依存関係

kifu-for-js
  - json-kifu-format
    - shogi.js

呼び出し方

kifu-for-js:

json-kifu-format:

NPMのインストール構成

v2系(kifu-for-jsが想定している構成)

kifu-for-js/
  - node_modules/
    - json-kifu-format/
       - node_modules/
         - shogi.js/
           - lib/
             - shogi.js

v3系(現状の主流)

kifu-for-js/
  - node_modules/
    - json-kifu-format/
    - shogi.js/
      - lib/
        - shogi.js

今回の問題点

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment