Issue is cordova build error of my app created cdp boilerplate#10
Conversation
- Added "/" to top of some ignore path - Added not ignore path of node_modules used cordova build
|
Additional comment There were no problems after the confirmation with branch of pull request on the win/mac. |
|
PR ありがとうございます。 npm_modules を配置するために、 現時点で私が思うベストな解は sony/cdp-js/packages/cafeteriaにあるように、 |
|
Shin-Ogata さんの意見は尤もです。 但し、下記の点から今回は .gitignore に対して node_modules を追記することで回避してよいのではないかと考え、本 PR を merge したいと思います。 その点、node_modules を git repository に保持しておくというのは、上記思想には反しません。 アプリケーションプロジェクトのレポジトリには、ビルドするのに十分なファイル群は用意されていても良いのではないでしょうか。 |
My app was created by "cdp create mobile" command of cdp-cli.
I commited these sources of the condition that it was created to GitHub.
I cloned cource from GitHub to local and execute the following command with current directory of the sources.
The cordova build is error.
Because there are no "/platforms//cordova/node_modules".
So I modified sources of cdp-lib as pull request.
Please confirm the following:
And incidentally, I modified the following item.
Best regard.