adobe / aem-sample-we-retail-journal

We.Retail Journal is a sample showcasing SPA Editing capabilities in AEM using React and Angular
Apache License 2.0
70 stars 69 forks source link

Frontend app build fails #90

Open apilets opened 2 years ago

apilets commented 2 years ago

Expected Behaviour

Frontend app (react-app) is build succesfully

Actual Behaviour

Build fails with message: 5566 verbose stack HttpErrorGeneral: 401 Unauthorized - GET https://adobe.trust-adobe.console.banyanops.com/v2/auth?client_id=ePcIQuesF41DxqDK3gTuUw&nonce=JtBFMVFzRCD6Bb5zHPXy8&redirect_uri=https%3A%2F%2Fartifactory.corp.adobe.com%2Fbnn_trust_cb&response_type=code&scope=openid+profile+email&state=2mwxAFIgzyuuU6fBLPnoME 5566 verbose stack at C:\Users\xxx\AppData\Roaming\npm\node_modules\npm\node_modules\npm-registry-fetch\check-response.js:95:15 5566 verbose stack at processTicksAndRejections (internal/process/task_queues.js:95:5) 5567 verbose statusCode 401 5568 verbose pkgid http-parser-js@https://artifactory.corp.adobe.com:443/artifactory/api/npm/npm-aem-release/http-parser-js/-/http-parser-js-0.4.13.tgz?dl=https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.13.tgz 5569 verbose cwd D:\Work\xxx\aem-sample-we-retail-journal\react-app 5570 verbose Windows_NT 10.0.19041 5571 verbose argv "D:\Programs\nodejs\node.exe" "C:\Users\xxx\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" 5572 verbose node v14.18.0 5573 verbose npm v7.24.1 5574 error code E401 5575 error 401 Unauthorized - GET https://adobe.trust-adobe.console.banyanops.com/v2/auth?client_id=ePcIQuesF41DxqDK3gTuUw&nonce=JtBFMVFzRCD6Bb5zHPXy8&redirect_uri=https%3A%2F%2Fartifactory.corp.adobe.com%2Fbnn_trust_cb&response_type=code&scope=openid+profile+email&state=2mwxAFIgzyuuU6fBLPnoME 5576 verbose exit 1

Steps to Reproduce

  1. Navigate to /aem-sample-we-retail-journal/react-app
  2. Execue npm install