建設予定地

当面はやったことの備忘録

2021-03-01から1ヶ月間の記事一覧

Open Hack U 2020 Vol.4に参加して

はじめに 開催からだいぶ間があいてしまいましたが、先日参加したヤフー主催のハッカソンOpen Hack U 2020 Vol.4の振り返りを行いたいと思います。 今回、惜しくも入賞は叶いませんでしたが、1つのプロダクト開発のために駆け抜けた2週間は楽しかった。 Open…

npmの権限関係エラーの対処法

現象 Error No.127 npm ERR! code 127 npm ERR! path /home/hogehoge npm ERR! command failed npm ERR! command sh -c create-next-app "fugafuga" "https://github.com/~~~~~" npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/…

Vuetifyを含んだコンポーネントのテスト実行時に出る警告を消す

現象 Jestテスト実行時に出る 「jest [Vue warn]: Unknown custom element: <v-btn> - did you register the component correctly? For recursive components, make sure to provide the "name" option.」 などの赤字の警告について テストツール Vue test Utils, J</v-btn>…