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’.」とエラーが出たときの対処法についてご紹介いたしま ...
Angularで「Warning: 〇〇 depends on ××. CommonJS or AMD dependencies can cause optimization bailouts.」

今回はAngularでng sなどを行ったときに下記のようなwarningが起きたときの対処法についてご紹介いたします。
Angularのバージョンは14.2.12で、Node.jsのバージョンは14.21.3です。
Angularで「Warning: ▲ [WARNING] Expected identifier but found “*” [css-syntax-error]」

今回はAngularでng sでサーバーを起動した際に下記のウォーニングが出るときの対処法についてご紹介していきます。
Angularのバージョンは14.2.12で、Node.jsのバージョンは14.21.3です。
Angularでng s時に「Warning: Unable to locate stylesheet: /usr/local/test/assets/css/datatables.min.css」

今回はAngularを使っていてng sでサーバーを起動したときに下記のwarningが起きたときの対処法についてご紹介していきます。
Angularのバージョンは14.2.12で、Node.jsのバージョンは14.21. ...
Angular14で「Cannot find name ‘PictureInPictureEvent’. Did you mean ‘PictureInPictureEventHandler’?」

今回はAngular14でng sを行ったときに下記のエラーが出たときの対処法についてご紹介していきます。
Angularのバージョンは14.2.12で、Node.jsのバージョンは14.21.3です。
Docke ...
Angularのng sで「An unhandled exception occurred: Unexpected token ‘??=’」

今回はAngularでng sでサーバーを立ち上げたときに下記のエラーが起きたときの対処法についてご紹介いたします。
Angularのバージョンは18.0.1で、Node.jsのバージョンは14.21.3となります。
angular.jsonのextractCssとは?【Angular12から廃止】

今回はangular.jsonのextractCssについてご説明いたします。
extractCssオプションはAngular12から廃止になりました。
angular.jsonのextractCssとは?【Angu ...Angularで「./node_modules/@fullcalendar/common/main.css:4:0 – Error: Module parse failed: Unexpected token」

今回はAngularでfullcalendarを使用しているときに下記のエラーが起きたときの対処法についてご紹介いたします。
Angularのバージョンは14.2.12です。
Angularで「./node_modu ...AngularのCSSで「/deep/」と「::ng-deep」の違いとは?

今回はAngularのCSSにおける「/deep/」と「::ng-deep」の違いについてご説明いたします。
AngularのCSSで「/deep/」と「::ng-deep」の違いとは?まず前提として、「/deep/」と「 ...
ng sで「Schema validation failed with the following errors: ata path “.builders[‘app-shell’]…」

今回はAngularで
ng s -c local --host=0
のコマンドを叩いたときに下記のエラーが起きたときの原因についてお伝えしていきます。
Angularのバージョンは8.2.14で、Node ...
TypeScriptで「This module is declared with ‘export =’, and can only be used with a default import when using the ‘allowSyntheticDefaultImports’ flag.」

今回はTypeScriptを使ってソースコードを記述しているときに下記のエラーが起きたときの対処法についてご説明いたします。
TypeScriptで「This module is declared with ‘exp ...npm ciで「npm ERR! Cannot read property ‘@angular/animations’ of undefined」

今回はnpm ciを叩いたときに下記のエラーが起きたときの対処法についてご紹介しようと思います。
Angularのバージョンは14.2.12で、Node.jsのバージョンは14.21.3です。
npm ciで「npm ...