angular / angular-cli

CLI tool for Angular
https://cli.angular.io
MIT License
26.73k stars 11.98k forks source link

Module build failed: BrowserslistError: Unknown browser query `basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")` #3938

Closed pandreason closed 6 years ago

pandreason commented 7 years ago

Please provide us with the following information:

OS?

Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) Windows 10

Versions.

Please run ng --version. If there's nothing outputted, please run in a Terminal: node --version and paste the result here: node v5.12.0 npm v3.8.6 angular-cli@1.0.0-beta.24

Repro steps.

Was this an app that wasn't created using the CLI? What change did you do on your code? etc. The app was created with the CLI. The application builds properly on my local machine (Win 10, node 6.9.1, npm 3.10.8, angular-cli@1.0.0-beta.24) but when the build is performed on my Team City CI server with the above OS and versions, the build appears to succeed and fails on postcss-loader. There is currently no css in any of the files mentioned as this is a proof of concept for the use of angular-cli in the organization.

The log given by the failure.

Normally this include a stack trace and some more information. [08:41:10][Exec] > cmh-retail-ses-app-tier-facade-web@0.0.0 teamcity-build D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web [08:41:10][Exec] > node ./node_modules/angular-cli/bin/ng build --prod [08:41:10][Exec] [08:42:03][Exec] Hash: d3d8e8c69ae2b74ef7f0 [08:42:03][Exec] Time: 45173ms [08:42:03][Exec] chunk {0} main.f68bffe4d702cc3d54dd.bundle.js, main.f68bffe4d702cc3d54dd.bundle.map (main) 16.7 kB {2} [initial] [rendered] [08:42:03][Exec] chunk {1} styles.7b4d899c24e7fbf55bf5.bundle.map (styles) 21.5 kB {3} [initial] [rendered] [08:42:03][Exec] chunk {2} vendor.f28a8ea694b0056c4462.bundle.js, vendor.f28a8ea694b0056c4462.bundle.map (vendor) 2.62 MB [initial] [rendered] [08:42:03][Exec] chunk {3} inline.fe91110478dc8fa2348e.bundle.js, inline.fe91110478dc8fa2348e.bundle.map (inline) 0 bytes [entry] [rendered] [08:42:03][Exec] [08:42:03][Exec] ERROR in ./~/css-loader!./~/postcss-loader!./src/styles.css [08:42:03][Exec] Module build failed: BrowserslistError: Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") [08:42:03][Exec] EXEC error (D: \TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:29:11) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:192:9 [08:42:03][Exec] at Array.forEach (native) [08:42:03][Exec] at browserslist (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:169:13) [08:42:03][Exec] at cleanBrowsersList (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\caniuse-api\dist\utils.js:52:15) [08:42:03][Exec] at setBrowserScope (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\caniuse-api\dist\index.js:27:14) [08:42:03][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\caniuse-api\dist\index.js:101:1) [08:42:03][Exec] at Module._compile (module.js:413:34) [08:42:03][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:03][Exec] at Module.load (module.js:357:32) [08:42:03][Exec] at Function.Module._load (module.js:314:12) [08:42:03][Exec] at Module.require (module.js:367:17) [08:42:03][Exec] at require (internal/module.js:20:19) [08:42:03][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss-merge-rules\dist\lib\ensureCompatibility.js:7:19) [08:42:03][Exec] at Module._compile (module.js:413:34) [08:42:03][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:03][Exec] at Module.load (module.js:357:32) [08:42:03][Exec] at Function.Module._load (module.js:314:12) [08:42:03][Exec] at Module.require (module.js:367:17) [08:42:03][Exec] at require (internal/module.js:20:19) [08:42:03][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss-merge-rules\dist\index.js:23:28) [08:42:03][Exec] at Module._compile (module.js:413:34) [08:42:03][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:03][Exec] at Module.load (module.js:357:32) [08:42:03][Exec] at Function.Module._load (module.js:314:12) [08:42:03][Exec] at Module.require (module.js:367:17) [08:42:03][Exec] at require (internal/module.js:20:19) [08:42:03][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\cssnano\dist\index.js:113:26) [08:42:03][Exec] at Module._compile (module.js:413:34) [08:42:03][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:03][Exec] at Module.load (module.js:357:32) [08:42:03][Exec] at Function.Module._load (module.js:314:12) [08:42:03][Exec] at Module.require (module.js:367:17) [08:42:03][Exec] at require (internal/module.js:20:19) [08:42:03][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\css-loader\lib\processCss.js:15:15) [08:42:03][Exec] at Module._compile (module.js:413:34) [08:42:03][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:03][Exec] at Module.load (module.js:357:32) [08:42:03][Exec] at Function.Module._load (module.js:314:12) [08:42:03][Exec] at Module.require (module.js:367:17) [08:42:03][Exec] at require (internal/module.js:20:19) [08:42:03][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\css-loader\lib\loader.js:7:18) [08:42:03][Exec] at Module._compile (module.js:413:34) [08:42:03][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:03][Exec] at Module.load (module.js:357:32) [08:42:03][Exec] at Function.Module._load (module.js:314:12) [08:42:03][Exec] at Module.require (module.js:367:17) [08:42:03][Exec] at require (internal/module.js:20:19) [08:42:03][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\css-loader\index.js:5:18) [08:42:03][Exec] at Module._compile (module.js:413:34) [08:42:03][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:03][Exec] at Module.load (module.js:357:32) [08:42:03][Exec] at Function.Module._load (module.js:314:12) [08:42:03][Exec] at Module.require (module.js:367:17) [08:42:03][Exec] at require (internal/module.js:20:19) [08:42:03][Exec] at loadLoader (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\loadLoader.js:13:17) [08:42:03][Exec] at iteratePitchingLoaders (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\LoaderRunner.js:164:2) [08:42:03][Exec] at runLoaders (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\LoaderRunner.js:357:2) [08:42:03][Exec] at NormalModule.doBuild (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModule.js:131:2) [08:42:03][Exec] at NormalModule.build (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModule.js:179:15) [08:42:03][Exec] at Compilation.buildModule (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:127:9) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:306:10 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:74:13 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:168:11 [08:42:03][Exec] at NormalModuleFactory. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleReplacementPlugin.js:37:11) [08:42:03][Exec] at NormalModuleFactory.applyPluginsAsyncWaterfall (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:172:13) [08:42:03][Exec] at onDoneResolving (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:49:11) [08:42:03][Exec] at onDoneResolving (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:165:6) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:161:6 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:726:13 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:52:16 [08:42:03][Exec] at async.forEachOf.async.eachOf (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:236:30) [08:42:03][Exec] at _parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:717:9) [08:42:03][Exec] at Object.async.parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:731:9) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:154:11 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:726:13 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:52:16 [08:42:03][Exec] at done (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:246:17) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:44:16 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:723:17 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:167:37 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:52:16 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:361:13 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:52:16 [08:42:03][Exec] at done (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:246:17) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:44:16 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:358:17 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:217:11 [08:42:03][Exec] at onResolved (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:72:10) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\UnsafeCachePlugin.js:38:22 [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFilePlugin.js:42:23 [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at afterInnerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:135:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at next (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:149:35) [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFilePlugin.js:42:23 [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at innerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:122:22) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:247:15 [08:42:03][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\ResultPlugin.js:18:4 [08:42:03][Exec] at Resolver.applyPluginsAsyncSeries (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:95:46) [08:42:03][Exec] at Resolver. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\ResultPlugin.js:16:12) [08:42:03][Exec] at Resolver.applyPluginsParallelBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:252:14) [08:42:03][Exec] at beforeInnerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:112:19) [08:42:03][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:04][Exec] at Resolver.applyPluginsAsyncSeriesBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:145:46) [08:42:04][Exec] at Resolver.doResolve (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:100:11) [08:42:04][Exec] at Resolver. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\NextPlugin.js:16:12) [08:42:04][Exec] at Resolver.applyPluginsParallelBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:252:14) [08:42:04][Exec] at beforeInnerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:112:19) [08:42:04][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:04][Exec] at Resolver.applyPluginsAsyncSeriesBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:145:46) [08:42:04][Exec] at Resolver.doResolve (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:100:11) [08:42:04][Exec] at Resolver. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\FileExistsPlugin.js:30:9) [08:42:04][Exec] at Storage.provide (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:53:20) [08:42:04][Exec] at CachedInputFileSystem.stat (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:152:20) [08:42:04][Exec] at Resolver. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\FileExistsPlugin.js:19:6) [08:42:04][Exec] at Resolver.applyPluginsParallelBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:252:14) [08:42:04][Exec] at beforeInnerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:112:19) [08:42:04][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:04][Exec] at Resolver.applyPluginsAsyncSeriesBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:145:46) [08:42:04][Exec] at Resolver.doResolve (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:100:11) [08:42:04][Exec] at Resolver. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\TryNextPlugin.js:18:12) [08:42:04][Exec] at Resolver.applyPluginsParallelBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:252:14) [08:42:04][Exec] at beforeInnerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:112:19) [08:42:04][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:04][Exec] at Resolver.applyPluginsAsyncSeriesBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:145:46) [08:42:04][Exec] at Resolver.doResolve (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:100:11) [08:42:04][Exec] at Resolver. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\FileKindPlugin.js:19:12) [08:42:04][Exec] at Resolver.applyPluginsParallelBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:252:14) [08:42:04][Exec] at beforeInnerCallback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:112:19) [08:42:04][Exec] at loggingCallbackWrapper (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\createInnerCallback.js:31:19) [08:42:04][Exec] at Resolver.applyPluginsAsyncSeriesBailResult1 (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:145:46) [08:42:04][Exec] at Resolver.doResolve (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\Resolver.js:100:11) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFilePlugin.js:40:13 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFileUtils.js:49:12 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\forEachBail.js:29:14 [08:42:04][Exec] at onJson (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFileUtils.js:40:5) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFileUtils.js:18:6 [08:42:04][Exec] at Storage.provide (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:53:20) [08:42:04][Exec] at CachedInputFileSystem.readJson (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:164:24) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFileUtils.js:13:25 [08:42:04][Exec] at forEachBail (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\forEachBail.js:12:3) [08:42:04][Exec] at findDescriptionFile (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFileUtils.js:10:3) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFileUtils.js:55:13 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\forEachBail.js:29:14 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\DescriptionFileUtils.js:15:50 [08:42:04][Exec] at Storage.finished (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:39:16) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:133:20 [08:42:04][Exec] at Storage.finished (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:39:16) [08:42:04][Exec] at ReadFileContext.callback (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\graceful-fs\graceful-fs.js:78:16) [08:42:04][Exec] at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:324:13) [08:42:04][Exec] @ ./src/styles.css 4:14-119 [08:42:04][Exec] @ multi styles [08:42:04][Exec] [08:42:04][Exec] ERROR in ./src/app/app.component.css [08:42:04][Exec] Module build failed: BrowserslistError: Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") [08:42:04][Exec] EXEC error (D: \TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:29:11) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:192:9 [08:42:04][Exec] at Array.forEach (native) [08:42:04][Exec] at browserslist (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:169:13) [08:42:04][Exec] at Browsers.parse (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\autoprefixer\lib\browsers.js:44:14) [08:42:04][Exec] at new Browsers (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\autoprefixer\lib\browsers.js:39:28) [08:42:04][Exec] at loadPrefixes (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\autoprefixer\lib\autoprefixer.js:56:18) [08:42:04][Exec] at plugin (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\autoprefixer\lib\autoprefixer.js:62:18) [08:42:04][Exec] at LazyResult.run (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss\lib\lazy-result.js:276:20) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss\lib\lazy-result.js:190:37 [08:42:04][Exec] at LazyResult.asyncTick (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss\lib\lazy-result.js:204:15) [08:42:04][Exec] at processing.Promise.then._this2.processed (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss\lib\lazy-result.js:230:20) [08:42:04][Exec] at initializePromise (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\es6-promise\dist\es6-promise.js:459:5) [08:42:04][Exec] at new Promise (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\es6-promise\dist\es6-promise.js:871:31) [08:42:04][Exec] at LazyResult.async (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss\lib\lazy-result.js:227:27) [08:42:04][Exec] at LazyResult.then (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss\lib\lazy-result.js:131:21) [08:42:04][Exec] at Object.module.exports (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss-loader\index.js:63:10) [08:42:04][Exec] @ ./src/app/app.component.ts 36:21-51 [08:42:04][Exec] @ ./src/app/index.ts [08:42:04][Exec] @ ./src/main.ts [08:42:04][Exec] @ multi main [08:42:04][Exec] [08:42:04][Exec] ERROR in ./src/styles.css [08:42:04][Exec] Module build failed: ModuleBuildError: Module build failed: BrowserslistError: Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") [08:42:04][Exec] EXEC error (D: \TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:29:11) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:192:9 [08:42:04][Exec] at Array.forEach (native) [08:42:04][Exec] at browserslist (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:169:13) [08:42:04][Exec] at cleanBrowsersList (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\caniuse-api\dist\utils.js:52:15) [08:42:04][Exec] at setBrowserScope (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\caniuse-api\dist\index.js:27:14) [08:42:04][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\caniuse-api\dist\index.js:101:1) [08:42:04][Exec] at Module._compile (module.js:413:34) [08:42:04][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:04][Exec] at Module.load (module.js:357:32) [08:42:04][Exec] at Function.Module._load (module.js:314:12) [08:42:04][Exec] at Module.require (module.js:367:17) [08:42:04][Exec] at require (internal/module.js:20:19) [08:42:04][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss-merge-rules\dist\lib\ensureCompatibility.js:7:19) [08:42:04][Exec] at Module._compile (module.js:413:34) [08:42:04][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:04][Exec] at Module.load (module.js:357:32) [08:42:04][Exec] at Function.Module._load (module.js:314:12) [08:42:04][Exec] at Module.require (module.js:367:17) [08:42:04][Exec] at require (internal/module.js:20:19) [08:42:04][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss-merge-rules\dist\index.js:23:28) [08:42:04][Exec] at Module._compile (module.js:413:34) [08:42:04][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:04][Exec] at Module.load (module.js:357:32) [08:42:04][Exec] at Function.Module._load (module.js:314:12) [08:42:04][Exec] at Module.require (module.js:367:17) [08:42:04][Exec] at require (internal/module.js:20:19) [08:42:04][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\cssnano\dist\index.js:113:26) [08:42:04][Exec] at Module._compile (module.js:413:34) [08:42:04][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:04][Exec] at Module.load (module.js:357:32) [08:42:04][Exec] at Function.Module._load (module.js:314:12) [08:42:04][Exec] at Module.require (module.js:367:17) [08:42:04][Exec] at require (internal/module.js:20:19) [08:42:04][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\css-loader\lib\processCss.js:15:15) [08:42:04][Exec] at Module._compile (module.js:413:34) [08:42:04][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:04][Exec] at Module.load (module.js:357:32) [08:42:04][Exec] at Function.Module._load (module.js:314:12) [08:42:04][Exec] at Module.require (module.js:367:17) [08:42:04][Exec] at require (internal/module.js:20:19) [08:42:04][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\css-loader\lib\loader.js:7:18) [08:42:04][Exec] at Module._compile (module.js:413:34) [08:42:04][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:04][Exec] at Module.load (module.js:357:32) [08:42:04][Exec] at Function.Module._load (module.js:314:12) [08:42:04][Exec] at Module.require (module.js:367:17) [08:42:04][Exec] at require (internal/module.js:20:19) [08:42:04][Exec] at Object. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\css-loader\index.js:5:18) [08:42:04][Exec] at Module._compile (module.js:413:34) [08:42:04][Exec] at Object.Module._extensions..js (module.js:422:10) [08:42:04][Exec] at Module.load (module.js:357:32) [08:42:04][Exec] at Function.Module._load (module.js:314:12) [08:42:04][Exec] at Module.require (module.js:367:17) [08:42:04][Exec] at require (internal/module.js:20:19) [08:42:04][Exec] at loadLoader (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\loadLoader.js:13:17) [08:42:04][Exec] at iteratePitchingLoaders (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\LoaderRunner.js:164:2) [08:42:04][Exec] at runLoaders (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\LoaderRunner.js:357:2) [08:42:04][Exec] at NormalModule.doBuild (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModule.js:131:2) [08:42:04][Exec] at NormalModule.build (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModule.js:179:15) [08:42:04][Exec] at Compilation.buildModule (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:127:9) [08:42:04][Exec] at Compilation. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:404:8) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:74:13 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:168:11 [08:42:04][Exec] at NormalModuleFactory. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleReplacementPlugin.js:37:11) [08:42:04][Exec] at NormalModuleFactory.applyPluginsAsyncWaterfall (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:172:13) [08:42:04][Exec] at onDoneResolving (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:49:11) [08:42:04][Exec] at onDoneResolving (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:165:6) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:161:6 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:726:13 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:52:16 [08:42:04][Exec] at async.forEachOf.async.eachOf (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:236:30) [08:42:04][Exec] at _parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:717:9) [08:42:04][Exec] at Object.async.parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:731:9) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:154:11 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:726:13 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:52:16 [08:42:04][Exec] at async.forEachOf.async.eachOf (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:236:30) [08:42:04][Exec] at _parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:717:9) [08:42:04][Exec] at Object.async.parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:731:9) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:104:10 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:39:4 [08:42:04][Exec] at handleExternal (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:25:32) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:81:24 [08:42:04][Exec] at next (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:45:41) [08:42:04][Exec] at handleExternals (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:59:7) [08:42:04][Exec] at ExternalModuleFactoryPlugin. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:79:5) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:207:3 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:168:11 [08:42:04][Exec] at NormalModuleFactory. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleReplacementPlugin.js:26:11) [08:42:04][Exec] at NormalModuleFactory.applyPluginsAsyncWaterfall (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:172:13) [08:42:04][Exec] at NormalModuleFactory.create (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:191:8) [08:42:04][Exec] at Compilation.process [as _addModuleChain] (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:359:16) [08:42:04][Exec] at Compilation.process [as addEntry] (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:435:7) [08:42:04][Exec] at SingleEntryPlugin. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\SingleEntryPlugin.js:22:15) [08:42:04][Exec] at Compiler.applyPluginsParallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:193:14) [08:42:04][Exec] at Compiler. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compiler.js:463:8) [08:42:04][Exec] at Compiler.applyPluginsAsyncSeries (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:95:46) [08:42:04][Exec] at Compiler.compile (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compiler.js:456:7) [08:42:04][Exec] at Compiler.runAsChild (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compiler.js:265:7) [08:42:04][Exec] at Object.module.exports.pitch (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\extract-text-webpack-plugin\loader.js:85:17) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModule.js:143:35 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\LoaderRunner.js:359:11 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\LoaderRunner.js:165:18 [08:42:04][Exec] at loadLoader (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\loadLoader.js:27:11) [08:42:04][Exec] at iteratePitchingLoaders (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\LoaderRunner.js:164:2) [08:42:04][Exec] at runLoaders (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\loader-runner\lib\LoaderRunner.js:357:2) [08:42:04][Exec] at NormalModule.doBuild (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModule.js:131:2) [08:42:04][Exec] at NormalModule.build (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModule.js:179:15) [08:42:04][Exec] at Compilation.buildModule (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:127:9) [08:42:04][Exec] at Compilation. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:404:8) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:74:13 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:168:11 [08:42:04][Exec] at NormalModuleFactory. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleReplacementPlugin.js:37:11) [08:42:04][Exec] at NormalModuleFactory.applyPluginsAsyncWaterfall (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:172:13) [08:42:04][Exec] at onDoneResolving (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:49:11) [08:42:04][Exec] at onDoneResolving (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:165:6) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:161:6 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:726:13 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:52:16 [08:42:04][Exec] at async.forEachOf.async.eachOf (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:236:30) [08:42:04][Exec] at _parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:717:9) [08:42:04][Exec] at Object.async.parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:731:9) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:154:11 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:726:13 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:52:16 [08:42:04][Exec] at async.forEachOf.async.eachOf (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:236:30) [08:42:04][Exec] at _parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:717:9) [08:42:04][Exec] at Object.async.parallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\node_modules\async\lib\async.js:731:9) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:104:10 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:39:4 [08:42:04][Exec] at handleExternal (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:25:32) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:81:24 [08:42:04][Exec] at next (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:45:41) [08:42:04][Exec] at handleExternals (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:59:7) [08:42:04][Exec] at ExternalModuleFactoryPlugin. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\ExternalModuleFactoryPlugin.js:79:5) [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:207:3 [08:42:04][Exec] at D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:168:11 [08:42:04][Exec] at NormalModuleFactory. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleReplacementPlugin.js:26:11) [08:42:04][Exec] at NormalModuleFactory.applyPluginsAsyncWaterfall (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:172:13) [08:42:04][Exec] at NormalModuleFactory.create (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\NormalModuleFactory.js:191:8) [08:42:04][Exec] at Compilation.process [as _addModuleChain] (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:359:16) [08:42:04][Exec] at Compilation.process [as addEntry] (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compilation.js:435:7) [08:42:04][Exec] at SingleEntryPlugin. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\SingleEntryPlugin.js:22:15) [08:42:04][Exec] at Compiler.applyPluginsParallel (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:193:14) [08:42:04][Exec] at Compiler. (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compiler.js:463:8) [08:42:04][Exec] at Compiler.applyPluginsAsyncSeries (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\tapable\lib\Tapable.js:95:46) [08:42:04][Exec] at Compiler.compile (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compiler.js:456:7) [08:42:04][Exec] at Compiler.runAsChild (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\webpack\lib\Compiler.js:265:7) [08:42:04][Exec] at Object.module.exports.pitch (D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\extract-text-webpack-plugin\loader.js:85:17) [08:42:04][Exec] [08:42:04][Exec] ERROR in D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\extract-text-webpack-plugin\loader.js?{"omit":1,"remove":false}!D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\style-loader\index.js!D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\css-loader\index.js!D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss-loader\index.js!D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\src\styles.css doesn't export content
[08:42:04][Exec] npm ERR! Windows_NT 6.3.9600 [08:42:04][Exec] npm ERR! argv "D:\Program Files\nodejs\node.exe" "D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "teamcity-build" [08:42:04][Exec] npm ERR! node v5.12.0 [08:42:04][Exec] npm ERR! npm v3.8.6 [08:42:04][Exec] npm ERR! code ELIFECYCLE [08:42:04][Exec] npm ERR! cmh-retail-ses-app-tier-facade-web@0.0.0 teamcity-build: node ./node_modules/angular-cli/bin/ng build --prod [08:42:04][Exec] npm ERR! Exit status 1 [08:42:04][Exec] npm ERR! [08:42:04][Exec] npm ERR! Failed at the cmh-retail-ses-app-tier-facade-web@0.0.0 teamcity-build script 'node ./node_modules/angular-cli/bin/ng build --prod'. [08:42:04][Exec] npm ERR! Make sure you have the latest version of node.js and npm installed. [08:42:04][Exec] npm ERR! If you do, this is most likely a problem with the cmh-retail-ses-app-tier-facade-web package, [08:42:04][Exec] npm ERR! not with npm itself. [08:42:04][Exec] npm ERR! Tell the author that this fails on your system: [08:42:04][Exec] npm ERR! node ./node_modules/angular-cli/bin/ng build --prod [08:42:04][Exec] npm ERR! You can get information on how to open an issue for this project with: [08:42:04][Exec] npm ERR! npm bugs cmh-retail-ses-app-tier-facade-web [08:42:04][Exec] npm ERR! Or if that isn't available, you can get their info via: [08:42:04][Exec] npm ERR! npm owner ls cmh-retail-ses-app-tier-facade-web [08:42:04][Exec] npm ERR! There is likely additional logging output above. [08:42:04][Exec] [08:42:04][Exec] npm ERR! Please include the following file with any support request: [08:42:04][Exec] npm ERR! D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\bin\npm-debug.log

Mention any other details that might be useful.

The key lines in the trace, as far as I can tell, are: ERROR in ./~/css-loader!./~/postcss-loader!./src/styles.css Module build failed: BrowserslistError: Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") EXEC error (D: \TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:29:11)

ERROR in ./src/styles.css Module build failed: ModuleBuildError: Module build failed: BrowserslistError: Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") EXEC error (D: \TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\browserslist\index.js:29:11)

ERROR in D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\extract-text-webpack-plugin\loader.js?{"omit":1,"remove":false}!D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\style-loader\index.js!D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\css-loader\index.js!D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\node_modules\postcss-loader\index.js!D:\TCBuildAgent2\BuildAgent\work\4fbc14a897a46199\AppTier\CMH.Retail.SES.AppTier.Facade.Web\src\styles.css doesn't export content


Thanks! We'll be in touch soon.

pandreason commented 7 years ago

I have resolved the issue by forcing a clean checkout on the build server. I would still like to know if there is any explanation as to why the postcss-loader in the general webpack config provided by angular-cli was failing.

alexandre-tobia commented 7 years ago

@pandreason Hi, what do you mean by "forcing a clean checkout", i'm encountering the same issue actually.

Thanks

nudemeth commented 7 years ago

Hi

I'm not using ng but now I'm facing this issue as well. I've found that it is from postcss-merge-rules v2.1.x. You can fall back to v2.0.x to avoid the issue until it gets fixed.

Hope it helps!

pandreason commented 7 years ago

@Steingate Team City has the idea of a clean checkout. This enforces a delete of the working directory and a clone of the repository, instead of a pull, ensuring that there are no artifacts of the build, such as the node_modules folder and contents. In addition to this being configurable on the Team City build definition, Team City will occasionally do this on its own, if the delta between the branch currently in the working directory and the branch being pulled is significant. A clean build can also be requested by the user by navigating to the build agent(s) assigned to the build definition and selecting "Clean sources on this agent" under Agent Summary > Miscellaneous.

I hope this helps,

Cheers

nudemeth commented 7 years ago

According to a description on Browserslist, it will try to search a query from browserslist config file.

Browserslist will use browsers query from one of this sources:

  1. Tool options. For example browsers option in Autoprefixer.
  2. BROWSERSLIST environment variable.
  3. browserslist config file in current or parent directories.
  4. browserslist key in package.json file in current or parent directories.
  5. If the above methods did not produce a valid result Browserslist will use defaults: > 1%, last 2 versions, Firefox ESR.

I'm not sure for this part but when installing browserlist module via npm on Windows, it seems that it generates the file named browserlist (no extension) along with browserlist.cmd. That means if your working directory is in the same or a child folder that browserlist file exists, it will try to read the configuration from the file which is invalid.

To avoid this:

  1. You need to change your current working directory. or
  2. Find the browserlist file and delete it though it may reappear when you reinstall the module.

You may not be using this module directly but it may be a dependency of other modules such as autoprefixer, caniuse-api, postcss-merge-rules, etc.

filipesilva commented 7 years ago

Nice job tracking down the cause. I can't repro this myself though. If there's a dependency we can upgrade here to fix this let me know.

mfoitzik commented 7 years ago

@nudemeth you just saved me from 24 hours of getting nowhere. I am a newbie following vue.js (I know it is not angular, but I landed on this page from searching for solutions) installation guidelines and was experiencing an error on a Windows 7 machine (although I was getting things to wok fine on a Windows 10 machine). The key error I received and was searching on was: Module build failed: BrowserslistError: Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")

filipesilva commented 7 years ago

Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version.

If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior.

vageesans commented 7 years ago

@filipesilva, I still face the same issue when I try to setup using angular cli.

I followed the steps angular.io to setup angular4.

But ng serve throws "Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")"

Note: I get an error after ng new project_name > cd project_name > ng -v

@angular/cli: 1.2.1 node: 6.11.1 os: win32 x64 @angular/animations: error @angular/common: error @angular/compiler: error @angular/core: error @angular/forms: error @angular/http: error @angular/platform-browser: error @angular/platform-browser-dynamic: error @angular/router: error @angular/cli: error @angular/compiler-cli: error @angular/language-service: error

Hence I ran npm install which sets up @angular/cli: 1.2.1 node: 6.11.1 os: win32 x64 @angular/animations: 4.3.0-rc.0 @angular/common: 4.3.0-rc.0 @angular/compiler: 4.3.0-rc.0 @angular/core: 4.3.0-rc.0 @angular/forms: 4.3.0-rc.0 @angular/http: 4.3.0-rc.0 @angular/platform-browser: 4.3.0-rc.0 @angular/platform-browser-dynamic: 4.3.0-rc.0 @angular/router: 4.3.0-rc.0 @angular/cli: 1.2.1 @angular/compiler-cli: 4.3.0-rc.0 @angular/language-service: 4.3.0

but ng serve --open throws error "Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")"

papiermache commented 7 years ago

ditto - just installed latest cli, created an app as per: http://codingthesmartway.com/angular-4-3-httpclient-accessing-rest-web-services-with-angular/ , get above error "unknown browser query"

filipesilva commented 7 years ago

Reopening for investigation.

papiermache commented 7 years ago

update - deleted 'browserlist' and 'browserlist.cmd' scripts that npm created in my root folder, problem is resolved.

masaanli commented 7 years ago

Got the same error and can confirm that removing the 'browserlist' and 'browserlist.cmd' has worked.

sreejithsrk commented 7 years ago

Just delete the "browserlist" (text file) from project directory, and also delete "browserlist.cmd" file. (it worked for me)

BabiShreema commented 7 years ago

I also got the same error and can confirm that removing the 'browserlist' and 'browserlist.cmd' has worked. Thanks for the solution

gnsalok commented 6 years ago

Yes, it's resolving the issue by deleting the both file ie. browserlist and browerlist.cmd

bcharfi commented 6 years ago

I got the same error, but in my project directory i don't have the 'browserlist' and 'browserlist.cmd' file. I use :

hmozaffari commented 6 years ago

Another way is to set BROWSERSLIST environment variable before running the build. Then it takes what is set there instead of browswerlist file. For example: SET BROWSERSLIST=last 2 versions

kdubious commented 6 years ago

I don't have those files in the root, but I do have them in \node_modules.bin\ @hmozaffari, where would I put "SET BROWSERSLIST=last 2 versions" in an Angular 5.x project on Windows?

hmozaffari commented 6 years ago

@kdubious, BROWSERSLIST is an environment variable. Simply execute "SET BROWSERSLIST=last 2 versions" before running your command in your batch file or set this environment variable in Windows environment.

levarberry commented 6 years ago

set needs to be lowercase

akinhwan commented 6 years ago

Does anyone know why browserlist and browserlist.cmd cause the module build error when npm run dev ? Im fine with deleting but just wondering why it comes in vue init webpack

babelshift commented 6 years ago

So why is this happening? I confirmed that deleting browserslist and browserslist.cmd from node_modules\.bin solved the issue.

ng build --prod results in:

BrowserslistError: Unknown browser query `basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")`
@angular/cli: 1.5.0
@angular-devkit/build-optimizer: 0.0.32
@angular-devkit/core: 0.0.20
@angular-devkit/schematics: 0.0.35
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.8.0
@schematics/angular: 0.1.2
typescript: 2.3.4
webpack: 3.8.1
krearthur commented 6 years ago

I can confirm that deleting browserlist and browserlist.cmd from node_modules\.bin does NOT solve the issue in my newly created ng app.

ng serve results in:

ERROR in ./~/css-loader?{"sourceMap":false,"importLoaders":1}!./~/postcss-loader?{"ident":"postcss"}!./~/bootstrap/dist/css/bootstrap.min.css
Module build failed: BrowserslistError: Unknown browser query `>= 1%`
    at....
 @ ./~/bootstrap/dist/css/bootstrap.min.css 4:14-127
 @ multi ./~/bootstrap/dist/css/bootstrap.min.css ./src/styles.css
@angular/cli: 1.2.6
node: 8.2.1
os: win32 x64
@angular/animations: 4.4.7
@angular/common: 4.4.7
@angular/compiler: 4.4.7
@angular/core: 4.4.7
@angular/forms: 4.4.7
@angular/http: 4.4.7
@angular/platform-browser: 4.4.7
@angular/platform-browser-dynamic: 4.4.7
@angular/router: 4.4.7
@angular/cli: 1.2.6
@angular/compiler-cli: 4.4.7
@angular/language-service: 4.4.7
krearthur commented 6 years ago

After deinstalling and updating node.js, npm, angular.js and angular/cli to the newest versions, the error is now gone.

Angular CLI: 6.0.8
Node: 8.11.3
OS: win32 x64
Angular: 6.0.9
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router

Package                           Version
-----------------------------------------------------------
@angular-devkit/architect         0.6.8
@angular-devkit/build-angular     0.6.8
@angular-devkit/build-optimizer   0.6.8
@angular-devkit/core              0.6.8
@angular-devkit/schematics        0.6.8
@angular/cli                      6.0.8
@ngtools/webpack                  6.0.8
@schematics/angular               0.6.8
@schematics/update                0.6.8
rxjs                              6.2.1
typescript                        2.7.2
webpack                           4.8.3
> ng serve
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **

Date: 2018-07-15T09:30:02.665Z
Hash: 8d4abbf34c64a47192c6
Time: 10401ms
chunk {main} main.js, main.js.map (main) 15.2 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 227 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 5.22 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 161 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 3.06 MB [initial] [rendered]
i 「wdm」: Compiled successfully.
clydin commented 6 years ago

Closing as 6.0+ resolves this issue.

angular-automatic-lock-bot[bot] commented 5 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.