Angular CLI 升級 6.0 之後遇到的問題

daqianmen發表於2021-09-09

Angular CLI 1.7.4 在使用 ng build --prod 會構建失敗,而 ng build 是正常的。比較好的解決辦法是使用 ng build --prod --extract-license=false 或者 ng build --prod --no-extract-license

最近將 Angular CLI 升級到 6.X 之後,直接 ng build 會報以下錯誤,ng serve 也是如此。

95% emitting LicenseWebpackPlugin(node:6252) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'D:XprojectAngular-examplesangular-testnode_modules_@angular_common@6.0.2@@angularpackage.json'
    at Object.fs.openSync (fs.js:646:18)
    at Object.fs.readFileSync (fs.js:551:33)
    at LicenseExtractor.readPackageJson (D:XprojectAngular-examplesangular-testnode_modules_license-webpack-plugin@1.3.1@license-webpack-plugindistLicenseExtractor.js:126:23)
    at LicenseExtractor.parsePackage (D:XprojectAngular-examplesangular-testnode_modules_license-webpack-plugin@1.3.1@license-webpack-plugindistLicenseExtractor.js:23:32)
    at ModuleProcessor.processPackage (D:XprojectAngular-examplesangular-testnode_modules_license-webpack-plugin@1.3.1@license-webpack-plugindistModuleProcessor.js:39:46)
    at ModuleProcessor.processFile (D:XprojectAngular-examplesangular-testnode_modules_license-webpack-plugin@1.3.1@license-webpack-plugindistModuleProcessor.js:36:21)
    at fileCallback (D:XprojectAngular-examplesangular-testnode_modules_license-webpack-plugin@1.3.1@license-webpack-plugindistLicenseWebpackPlugin.js:101:61)
    at moduleCallback (D:XprojectAngular-examplesangular-testnode_modules_license-webpack-plugin@1.3.1@license-webpack-plugindistLicenseWebpackPlugin.js:108:21)
    at D:XprojectAngular-examplesangular-testnode_modules_license-webpack-plugin@1.3.1@license-webpack-plugindistLicenseWebpackPlugin.js:120:29
    at Array.forEach (

簡化類名的輕量級 CSS 框架

與任意 UI 框架搭配使用的通用輔助類

單元素純 CSS 載入動畫

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1727/viewspace-2803375/,如需轉載,請註明出處,否則將追究法律責任。

相關文章