前提・実現したいこと
create-react-appで開発した、アプリケーションをデプロイしたいと思っています。
reactもNetlifyも初心者ですので理解にかけている部分が多々あると思いますがご理解ください。
該当のソースコード
Netlify
15:57:42 PM: Build ready to start 25:57:43 PM: build-image version: 53b83b6bede2920f236b25b6f5a95334320dc849 35:57:43 PM: build-image tag: v3.6.0 45:57:43 PM: buildbot version: 696878af923c397944bb2290af02312353fa3982 55:57:44 PM: Fetching cached dependencies 65:57:44 PM: Failed to fetch cache, continuing with build 75:57:44 PM: Starting to prepare the repo for build 85:57:44 PM: No cached dependencies found. Cloning fresh repo 95:57:44 PM: git clone https://github.com/aku424/portforio 105:57:51 PM: Preparing Git Reference refs/heads/master 115:57:52 PM: Error checking out submodules: fatal: No url found for submodule path 'node_modules/.cache/gh-pages/github.com!aku424!portforio.git' in .gitmodules 125:57:52 PM: Failed during stage 'preparing repo': Error checking out submodules: fatal: No url found for submodule path 'node_modules/.cache/gh-pages/github.com!aku424!portforio.git' in .gitmodules 13: exit status 128 145:57:52 PM: Failing build: Failed to prepare repo 155:57:53 PM: Finished processing build request in 9.24875355s
補足情報(FW/ツールのバージョンなど)
おそらく,submodulesが原因なのはわかるのですがsubmodulesの知識も深くなく、解決に苦しんでいます。
また、エラー分の中にある、
node_modules/.cache/gh-pages/github.com!aku424!portforio.git
というファイルはありません。
また、記載するべきコードが自分では判断できかねますのでお恥ずかしいですが以下にgithubのリンクを記載します。
https://github.com/aku424/portforio
何か追加で記載して欲しい情報等がありまいたら遠慮なくお申し下さい。
あなたの回答
tips
プレビュー