問題タブ [ng-build]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - angular.json ファイルパスが ng ビルドが作成するものと一致しないため、Angular サイトを実行できません
Angular を初めて使用し、ng build を実行した後、定義したフォルダーに作成されたすべてのファイルが表示されます。
私のAngular.jsonファイルで、私は構築しています
"outputPath": "../DatingApp.API/wwwroot"
しかし、Angular.json ファイルの残りの部分は、ビルドされたファイルと一致していないようです。
つまり、wwwroot に組み込まれたすべてのファイルは、ファイル内のパスに基づいて Angular.json ファイルが必要とする/期待するフォルダー構造と同じではないようです。
これがビルドされたものです。すべてのファイルを含む単一のフォルダーであることがわかります。そして、私の angular.json ファイルは、サブフォルダー内のファイルを探しています。「ソース/...」
不一致があるのはなぜですか?これを修正する適切な方法は何ですか? 正しいビルド ファイルを指すように、Angular.json ファイル内のすべてのパスを変更する必要がありますか? または、バージョンからの他の不一致や、たとえば npm パッケージを更新することで修正できるものがあります。
Angular.json ファイル
angular - angular-alert-module ビルドが機能していません
"angular-alert-module": "^2.0.3"
angular 7
バージョンのこのモジュールではビルドが機能しません
次のエラーが発生する
./node_modules/angular-alert-module/alerts.ngfactory.js のエラー モジュールが見つかりません: エラー: 'C:\Users\tcd03\Desktop\yalloh\node_modules\angular-alert-module の 'アラート' を解決できません' ./src/app/app.module.ngfactory.js のエラー モジュールが見つかりません: エラー: 'アラート' を解決できません 'C:\Users\tcd03\Desktop\yalloh\src\app' のエラー ./ src/app/app.component.ngfactory.js モジュールが見つかりません: エラー: 「C:\Users\tcd03\Desktop\yalloh\src\app」の「アラート」を解決できません
誰でも私を助けてくれませんか
前もって感謝します