-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
純 Windows 環境だと、cp コマンドが使えないので、npm build
が通らない
#25
Comments
解決策として、npm 環境で file を copy できる cli ツールを入れる。 例えば、下のようなものがあるらしい。 |
|
こんな感じで、cp が入ってない環境だと、cp コマンドが実行できずに途中でこけます。
|
cpy-cli を試したところ、ファイルだけ移動してフォルダが移動しなかったので、別のパッケージも探してみる |
cpx を使うとうまく動いたので、そちらを導入します |
Windows 環境でも、Git が入っていれば、Path に |
本件いずれ対応した方が良い項目として、優先度を下げつつ Reopen します。 npm-script 上では 実装方針としては、git submodules + フォールバックとして |
npm build
の中で、リソース用のリポジトリをクローンして配置するために、cp コマンドを使っている。現状、純 Windows 環境だと cp コマンドが動作しないため、ビルドが通らない。
Webサイトにプロフィールを追加するだけでも、ビルドは必要なので、Windows 環境でもしっかり動くようにすべきかもしれない。
The text was updated successfully, but these errors were encountered: