GitHubでリポジトリの最初のpushで「fatal: ‘master’ does not appear to be a git repository」

今回はGitHubでリポジトリの最初のpushで「git push –set-upstream master master」を叩いたときに次のエラーが起きたときの対処法についてご紹介いたします。
GitHubでリポジ ...Angularで「’routeReuseStrategy’ is deprecated.」と出るがまだ使える

今回はAngularでrouteReuseStrategyを使おうとしたときに開発環境によっては「’routeReuseStrategy’ is deprecated.」とwarningが出るが普通にroute ...
Angularで「Error: Could not find the ‘@angular-devkit/build-angular:dev-server’ builder’s node package.」

今回はAngularを使っているときに下記のエラーが起きたときの原因についてご紹介していきます。
Angularのバージョンは15.2.11です。
Angularで「Error: Could not find the ...Angular+fomantic-uiのfuiDropdownMenuでレイアウトが崩れたとき

今回はAngular+fomantic-uiの環境で次のようにfuiDropdownMenuを使っていてレイアウトが崩れたとき何が原因だったのかについてお話ししていこうと思います。
Angularのバージョンは15.2.1 ...
Angular+fullcalendar環境で「Unknown option ‘dateClick’」

今回はAngular+fullcalendarを使った環境で下記のwarningが出てdateClickなどが反応しなくなったときの対処法についてご紹介いたします。
Angularのバージョンは15.2.11で、fullc ...
Angular+ngx-fomantic-uiで「Error: export ‘ReflectiveInjector’ (imported as ‘ReflectiveInjector’) was not found in ‘@angular/core’」

今回はAngular+ngx-fomantic-uiの環境で下記のエラーが起きる原因についてお話ししていきます。
Angularのバージョンは16.2.14で、ngx-fomantic-uiのバージョンは0.11.7です。 ...
Angularで「 ‘noEventsContent’ does not exist in type ‘CalendarOptions’. Did you mean to write ‘eventContent’?」

今回はAngularのバージョンアップ時に下記のようなエラーが起きたときの対処法についてご紹介いたします。
Angularのバージョンは17.3.7で、fullcalendarのバージョンは6.1.14です。
Ang ...Angularのバージョンアップ時に「Error: Can’t resolve ‘~ngx-toastr/toastr.css’」

今回はAngularのバージョンアップ時に下記のエラーが起きたときの対処法についてご紹介いたします。
Angularのバージョンは15.2.11です。
Angularのバージョンアップ時に「Error: Can ...TablePlusで「Bootstrap command error」

今回はGUIでデータベースを操作することのできるクライアントツールであるTablePlusを使っていてDBに接続したときに「Bootstrap command error」とエラーが出た場合の対処法についてご紹介いたします。
Angularで「error TS2305: Module ‘”@fullcalendar/core”‘ has no exported member ‘VerboseFormattingArg’.」

今回はAngular+fullcalendar環境で下記のエラーが起きたときの対処法についてご紹介いたします。
Angularのバージョンは17.3.11で、fullcalendarのバージョンは6.1.14です。 ...
Angularで「Cannot find module ‘@fullcalendar/resource-common’ or its corresponding type declarations.」

今回はAngular+fullcalendarを使用しているときに下記のエラーが起きたときの対処法についてご紹介いたします。
Angularのバージョンは17.3.11で、fullcalendarのバージョンは6.1.14 ...
fullcalendarで「Error: Can’t resolve ‘./node_modules/@fullcalendar/daygrid/main.css’」

今回はfullcalendarで下記のエラーが起きたときの対処法についてご紹介していこうと思います。
Angularのバージョンは17.3.11で、fullcalendarのバージョンは6.1.14です。
fullc ...Angularで「Object literal may only specify known properties, and ‘entryComponents’ does not exist in type ‘NgModule’.」

今回はAngularを使っているときに「Object literal may only specify known properties, and ‘entryComponents’ does not exis ...
angular-datatablesで「error TS2503: Cannot find namespace ‘DataTables’.」

今回はangular-datatablesを使っているときに「error TS2503: Cannot find namespace ‘DataTables’.」とエラーが出たときの対処法についてご紹介いたしま ...
GitHubとGitLabなど複数のGitのサービスに対して鍵を使い分ける.ssh/configファイル【備忘録】

今回はGitHubとGitLabなど複数のGitのサービスに対して鍵を使い分けるための.ssh/configファイルの設定値について書こうと思います。
私自身の備忘録的な意味合いが強いです。
GitHubとGitLa ...