Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

webspa container does not build when running docker-compose up #1474

Closed
wojciechrak opened this issue Sep 18, 2020 · 5 comments
Closed

webspa container does not build when running docker-compose up #1474

wojciechrak opened this issue Sep 18, 2020 · 5 comments
Labels
docker-compose getting-started-app Getting started issue - app/setup problems

Comments

@wojciechrak
Copy link
Contributor

Issue:

When building webspa container with docker-compose, there are npm errors

Building webspa
Step 1/58 : ARG NODE_IMAGE=node:8.16
Step 2/58 : FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS base
 ---> 014a41b1f39a
Step 3/58 : WORKDIR /app
 ---> Using cache
 ---> 052dd46a1bab
Step 4/58 : EXPOSE 80
 ---> Using cache
 ---> 8f1552205eba

Step 5/58 : FROM ${NODE_IMAGE} as node-build
 ---> f09e7c96b6de
Step 6/58 : WORKDIR /web
 ---> Using cache
 ---> 31a02fc375cd
Step 7/58 : COPY Web/WebSPA/package.json .
 ---> Using cache
 ---> b0505092e054
Step 8/58 : COPY Web/WebSPA/package-lock.json .
 ---> Using cache
 ---> a16da317021e
Step 9/58 : COPY Web/WebSPA .
 ---> Using cache
 ---> cf619e9c0537
Step 10/58 : RUN npm i npm@latest -g && npm update && npm install && npm run build:prod
 ---> Running in 48c4d8b8b5bc
/usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js
/usr/local/bin/npx -> /usr/local/lib/node_modules/npm/bin/npx-cli.js
+ [email protected]
added 83 packages from 20 contributors, removed 36 packages and updated 94 packages in 5.769s
npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN tarball tarball data for [email protected] (sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ==) seems to be corrupted. Trying one more time.
npm WARN tarball tarball data for [email protected] (sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ==) seems to be corrupted. Trying one more time.
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/agent-base-e32928b8/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/eslint-utils-a7ad8e77/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/escape-html-8657a10f/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/figures-e46f4aee/license'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/es6-promisify-431e4af6/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/escape-string-regexp-7ebecab2/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/resolve-from-d4f7625a/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ent-318968fd/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/agent-base-e32928b8/.travis.yml'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/eslint-utils-a7ad8e77/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/escape-html-8657a10f/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/figures-e46f4aee/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/es6-promisify-431e4af6/README.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/escape-string-regexp-7ebecab2/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/resolve-from-d4f7625a/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ent-318968fd/.npmignore'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/encodeurl-87d43fe3/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/emoji-regex-9c9949ac/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/es6-promise-9a8ceacb/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ee-first-77e201ac/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/agent-base-e32928b8/History.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/escape-html-8657a10f/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/figures-e46f4aee/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/escape-string-regexp-7ebecab2/license'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/resolve-from-d4f7625a/license'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ent-318968fd/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/encodeurl-87d43fe3/README.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/chromium-versions.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/emoji-regex-9c9949ac/index.d.ts'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/.npmignore'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/es6-promise-9a8ceacb/auto.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ee-first-77e201ac/README.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/agent-base-e32928b8/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/escape-html-8657a10f/Readme.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/figures-e46f4aee/readme.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/escape-string-regexp-7ebecab2/readme.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/resolve-from-d4f7625a/readme.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ent-318968fd/decode.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/encodeurl-87d43fe3/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/full-chromium-versions.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/emoji-regex-9c9949ac/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/README.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/es6-promise-9a8ceacb/CHANGELOG.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ee-first-77e201ac/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/agent-base-e32928b8/patch-core.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/figures-e46f4aee/index.d.ts'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ent-318968fd/encode.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/encodeurl-87d43fe3/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/full-versions.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/emoji-regex-9c9949ac/LICENSE-MIT.txt'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/es6-promise-9a8ceacb/es6-promise.d.ts'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ee-first-77e201ac/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/agent-base-e32928b8/README.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ent-318968fd/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/encodeurl-87d43fe3/HISTORY.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/emoji-regex-9c9949ac/README.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/index.umd.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/es6-promise-9a8ceacb/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/index.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/ent-318968fd/entities.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/emoji-regex-9c9949ac/text.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/.editorconfig'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/es6-promise-9a8ceacb/README.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/versions.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/.eslintrc.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/.travis.yml'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/CHANGELOG.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/err-code-fa5fadad/bower.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operator/windowTime.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/electron-to-chromium-d6ee004e/README.md'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operators/windowTime.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/acorn-13b85812/dist/acorn.es.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/esquery-b27a3dda/dist/esquery.min.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/once/once.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/acorn-5bdd96c8/dist/bin.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/osenv/osenv.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm5/internal/operators/windowToggle.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/acorn-5bdd96c8/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/tar/lib/pack.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/acorn-5bdd96c8/dist/acorn.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operator/windowToggle.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operators/windowToggle.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/minimist/test/parse_modified.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm5/internal/operators/windowWhen.js'
npm WARN tar ENOENT: no such file or directory, lstat '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/minimist/example'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operator/windowWhen.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/minimist/test/parse.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operators/windowWhen.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/tar/lib/parse.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm5/internal/operators/withLatestFrom.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/needle/examples/parsed-stream.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/needle/examples/parsed-stream2.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/needle/lib/parsers.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operator/withLatestFrom.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operators/withLatestFrom.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm2015/internal/observable/zip.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/readable-stream/passthrough.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/tar/lib/pax.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm5/internal/observable/zip.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/gauge/plumbing.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm5/internal/operators/zip.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/add/observable/zip.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/internal/observable/zip.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/observable/zip.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operator/zip.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/gauge/process.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operators/zip.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/gauge/progress-bar.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/minimist/test/proto.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm5/internal/operators/zipAll.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/needle/test/utils/proxy.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operator/zipAll.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operators/zipAll.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/needle/lib/querystring.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/ajax/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/tar/lib/read-entry.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/fetch/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/readable-stream/readable-browser.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/internal-compatibility/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/readable-stream/readable.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/operators/package.json'
npm WARN tar ENOENT: no such file or directory, lstat '/web/node_modules/.staging/rxjs-08979381/src/ajax'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/@angular/core-24d20b6f/fesm5/core.js.map'
npm WARN tar ENOENT: no such file or directory, lstat '/web/node_modules/.staging/rxjs-08979381/src/fetch'
npm WARN tar ENOENT: no such file or directory, lstat '/web/node_modules/.staging/rxjs-08979381/src/internal-compatibility'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/gauge/render-template.js'
npm WARN tar ENOENT: no such file or directory, lstat '/web/node_modules/.staging/rxjs-08979381/src/operators'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/tar/lib/replace.js'
npm WARN tar ENOENT: no such file or directory, lstat '/web/node_modules/.staging/rxjs-08979381/src/testing'
npm WARN tar ENOENT: no such file or directory, lstat '/web/node_modules/.staging/rxjs-08979381/src/webSocket'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/rimraf/rimraf.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/node-pre-gyp/lib/util/s3_setup.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/testing/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/safer-buffer/safer.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/webSocket/package.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/src/tsconfig.json'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm2015/internal/scheduler/Action.js.map'
npm WARN tar ENOENT: no such file or directory, lstat '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/sax/lib'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm5/internal/scheduler/Action.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/internal/scheduler/Action.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/iconv-lite/encodings/sbcs-codec.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm2015/internal/observable/dom/ajax.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/fsevents-e120fd9e/node_modules/iconv-lite/encodings/sbcs-data-generated.js'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm5/internal/observable/dom/ajax.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/add/observable/dom/ajax.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/internal/observable/dom/ajax.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/observable/dom/ajax.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/rxjs-08979381/_esm2015/internal/observable/dom/AjaxObservable.js.map'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/typescript-ce451e07/lib/typescript.d.ts'
npm WARN tar ENOENT: no such file or directory, open '/web/node_modules/.staging/typescript-d521e191/lib/typescript.d.ts'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/webpack-dev-server/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code EINTEGRITY
npm ERR! Verification failed while extracting [email protected]:
npm ERR! Verification failed while extracting [email protected]:
npm ERR! sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ== integrity checksum failed when using sha512: wanted sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ== but got sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==. (447414 bytes)

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-09-18T14_54_47_318Z-debug.log
ERROR: Service 'webspa' failed to build: The command '/bin/sh -c npm i npm@latest -g && npm update && npm install && npm run build:prod' returned a non-zero code: 1

Repro:

git clone https://github.com/dotnet-architecture/eShopOnContainers.git
cd eShopOnContainers/src
docker-compose -f docker-compose.yml -f docker-compose.override.yml up

or

docker-compose build webspa

System: Ubuntu 20.04.1
Docker version 19.03.8, build afacb8b7f0
docker-compose version 1.25.0

@sughosneo
Copy link
Contributor

Hello @wojciechrak, thank you for reaching out.

The similar behavior has been discussed here

But when I tested the build in my existing cloned repo, I don't see that issue. Though I have cleaned up the cache. But when I clone the dev branch fresh in a separate directory, I am able to reproduce the similar behavior.

Could you please update package-lock.json with the following configuration and see if this helps ?

"node-forge": {
      "version": "0.10.0",
      "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
      "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
    }

@wojciechrak
Copy link
Contributor Author

@sughosneo
I've replaced node-forge entry in src/Web/WebSPA/package-lock.json to the one you've provided, but the docker image build still fails

npm ERR! Verification failed while extracting [email protected]:
npm ERR! sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ== integrity checksum failed when using sha512: wanted sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ== but got sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==. (447414 bytes)

@wojciechrak
Copy link
Contributor Author

wojciechrak commented Sep 18, 2020

@sughosneo
I've noticed that there are 2 dependencies for node-forge in package-lock.json
First one is a transitive dependency from @angular-devkit/build-angular
https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/src/Web/WebSPA/package-lock.json#L1238-L1243

        "node-forge": {
          "version": "0.10.0",
          "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
          "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==",
          "dev": true
        },

And the second one is directly in dependencies
https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/src/Web/WebSPA/package-lock.json#L10410-L10414

    "node-forge": {
      "version": "0.10.0",
      "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
      "integrity": "sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ=="
    },

When I've changed both to

"node-forge": {
  "version": "0.10.0",
  "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
  "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
}

the build finished successfully.

@sughosneo
Copy link
Contributor

@sughosneo
I've noticed that there are 2 dependencies for node-forge in package-lock.json
First one is a transitive dependency from @angular-devkit/build-angular
https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/src/Web/WebSPA/package-lock.json#L1238-L1243

        "node-forge": {
          "version": "0.10.0",
          "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
          "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==",
          "dev": true
        },

And the second one is directly in dependencies
https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/src/Web/WebSPA/package-lock.json#L10410-L10414

    "node-forge": {
      "version": "0.10.0",
      "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
      "integrity": "sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ=="
    },

When I've changed both to

"node-forge": {
  "version": "0.10.0",
  "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
  "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
}

the build finished successfully.

Thanks for the update @wojciechrak , would you like to submit a PR with the changes ? Will test it again and merge the changes with dev branch.

@sughosneo sughosneo added docker-compose getting-started-app Getting started issue - app/setup problems labels Sep 18, 2020
wojciechrak added a commit to wojciechrak/eShopOnContainers that referenced this issue Sep 18, 2020
…running docker-compose up.Updated sha hashes in packages-lock.json
@wojciechrak
Copy link
Contributor Author

@sughosneo
I've opened a PR with the relevant changes.
This is my first contribution here, so I apologize if there's something not 100% right with the PR ;)

nishanil added a commit that referenced this issue Sep 29, 2020
* Fixed firewall rules check and improved the script

the check shall be like ~ Get-NetFirewallRule -DisplayName eShopOnContainers-* -ErrorAction Stop

* #1397: Replaced deprecated docker.for.win.localhost by host.docker.internal in src/.env (#1400)

* Updated Readme (#1402)

Fixed sentence structure in Readme.

Changed "and a several" to "with several."

* CatalogService: Fix issue with Status set when items list is empty (#1304)

* Fix issue with Status set when items list is empty

* Change method Count() call to Count property

Co-authored-by: Dmytro Hridin <[email protected]>

* refactored Equals() method on ValueObject (#1316)

* Fix/1403and1404 removed duplicate Key SubscriptionClientName and added app.UseAuthorization() call (#1406)

* #1403 removed duplicate Key SubscriptionClientName

Removed duplicate key SubscriptionClientName from Tests/Services/Application.FunctionalTests/Services/Marketing/appsettings.json and sorted its content in asc order.

* #1404 Added app.UseAuthorization() call

Added app.UseAuthorization() call to BasketTestsStartup, LocationsTestsStartup, and MarketingTestsStartup to fix failed unit tests IntegrationEventsScenarios.Post_update_product_price_and_catalog_and_basket_list_modified and MarketingScenarios.Set_new_user_location_and_get_location_campaign_by_user_id (see #1404)

* Fix for Campaigns exception and SignalR 401 Unauthorized (#1374)

* update API Gateway - /locations-api/ @ webmarketing/envoy.yaml

* updated signalr services

- envoy: webmarketingapigw
- latest client: webmvc
- service hub: ordering-signalrhub

Co-authored-by: hfz-r <[email protected]>

* Mis-Spelled 'client' (#1411)

* fix parameter error in multiarch job (#1413)

* Private readonly string changed to private const string (#1288)

* fix disposing of direct instantiated objects in calalog service #1392 (#1395)

* Updated version of different packages. (#1420)

* for issue #1423: changed literal string "OpenIdConnect" to constant string (#1424)

Co-authored-by: Jeremiah Flaga <[email protected]>

* Updated node-fetch package version. (#1426)

* Updated node-fetch package version.

* Updated node-forge version.

* Fixes #1474: webspa container does not build when running docker-compose up.Updated sha hashes in packages-lock.json (#1475)

* Change ReadAllBytes to ReadAllBytesAsync in PicController (#1425)

Co-authored-by: edmondshtogu <[email protected]>
Co-authored-by: InstanceFactory <[email protected]>
Co-authored-by: Sumit Ghosh <[email protected]>
Co-authored-by: Yosef Herskovitz <[email protected]>
Co-authored-by: Dmytro Hridin <[email protected]>
Co-authored-by: Dmytro Hridin <[email protected]>
Co-authored-by: André Silva <[email protected]>
Co-authored-by: hfz-r <[email protected]>
Co-authored-by: hfz-r <[email protected]>
Co-authored-by: Majid Ali Khan Quaid <[email protected]>
Co-authored-by: Javier Vela <[email protected]>
Co-authored-by: Facundo La Rocca <[email protected]>
Co-authored-by: Nabil Sedoud <[email protected]>
Co-authored-by: jeremiahflaga <[email protected]>
Co-authored-by: Jeremiah Flaga <[email protected]>
Co-authored-by: Wojciech Rak <[email protected]>
Co-authored-by: Zakaria <[email protected]>
nishanil added a commit that referenced this issue Jan 20, 2021
* Fix functional tests of Marketing

* remove mvc routing spa

* move background task

* restore background config

* background

* Add health check in Ordering.BackgroundTask project

* add package version to dependencies.props

* ordering.api error integrationevents

* remove not needed code

* Fix authentication in Ordering.SignalR

* Create ReadMe.md

* partial checkin trying to fix checkout process

* add grpc basket

* first approach

* restore options and grpc calling from console app it's working

* Partial checkin

* fix grpc call from mobile bff to basket.api and add ordering, in ordering controller

* migrate web bff to 3.0 and apply grcp in order controller

* Add proto to catalog

* Moved some files to ./src/

* Moved .env to src

* partial checkin

* web bff endpoint /api/v1/Basket working in grpc

* refactoring the grpc client

* refactored the grpc client

* Update Dockerfiles for use /src as build context root

* refactor mobile bff

* Deleted unneeded Dockerfile

* update dockerfiles

* Fix mvc calls to grpc

* temporal fix to get the order in local dbset of orders for UpdateOrderWhenBuyerAndPaymentMethodVerifiedDomainEventHandler.cs

* add using

* fix checkout process of mvc app

* Migrate packages in preview7 to preview8

* fix identity server

* standarize the productId type

* format

* Add missing key in appsettings

* fix version problems with identity server

* Add layers in docker for npm install

* fix problems with spa adding items to basket

* add polly for grpc calls

* Fix identity server

* fix tests of basket

* fix unit test of basket

* fix ordering tests

* updated compose and 1st envoy config

* updated config files

* update to helm charts for grpc config

* fixed ending 0 in values.yaml for catalog

* Final charts tunning and allowing Linkerd Mesh to be used

* update to net3 rc1

* Configuration of envoy routes and minor code fixes

* missing word in comment :p

* updated charts for local k8s deployment

* Fixing some generic issues

* Added web shoping agg to mesh

* ApiGW added to mesh. Ingress updated for Linkerd

* Final adjustments to make envoy work with ingress and remove Polly from http calls

* Removing unneeded files. Making compatible FailingMiddleware & Healthchecks

* Changes in compose config for docker-compose up running ok. Added volumes for data

* Update dockerfile.develop to net3

* Readme updated to net3

* fixed path in azure devops build

* Sort package references

* Aling basket-data-test entry with base .yml

* Remove unnecessary commands from dockerfiles

* Add back logging traces referenced in the wiki

* Remove string interpolation from logging

* Change obsolete .ForSqlServerUseSequenceHiLo for .UseHiLo

* Remove obsolete warning configuration

* Replace obsolete IHostingEnvironment for IWebHostEnvironment

* Remove obsolete references

* Sort dependencies.props

* Removed obsolete folders

* Fix webstatus configuration for docker-compose

* Update README.md

* MVC working with SignalR without Envoy

* Remove SignalR transport parameter on clients

* Remove unsupported ServiceFabric folder

* Remove obsolete folders

* Reorganize project folders

* Improve docker build cache usage

* Add IdentityUrlExternal config in appsettings

* Fix tests compilation errors

* Run unit and integration tests from VS

* Add required configuration

* Fix to close issue #1162

* Add configuration value for running in Mac

* Relocate/remove folders

* Remove old test docs already in wiki

* Move more obsolete files

* Move auxiliary solution files to "to-fix" folder

* Remove obsolete files/folders

* Relocate mobile solutions, remove obsolete ones.

* Rename script to create aks resource

* Add comment to Create-DockerfileSolutionRestore.ps1 script

* Remove deleted folder from .gitignore

* Remove obsolete files

* Make installation work in local kubernetes

* Update README

* Move/remove obsolete folders

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Streamline README, add links to Wiki

* Minor README updates

* Bold release notes

* Fix SignalR + MVC through Envoy

* Change dockerhub microsoft images to mcr

* Fix services test containers

* Fix SignalR + SPA through Envoy

* Fix paths for moved folders

* Comment out windows jobs

* Fix healthchecks configuration values

* Configure Envoy to forward SignalR notifications

* Unify dashboard setup yaml

* Simplify ingress setup files

* Explore adding CSP

* Update to 3.1
- Fix test to work on Catalog.API controller, using in-memory database

* Don't force LongPolling for SignalR

* Update base images to 3.1

* Upgrade Locations to 3.1

* Relocate network-related scripts

* tls support

* Update packages

* Add missing await

* Update to IHost
- Return IHost from CreateHostBuilder
- Register AutoFac with UseServiceProviderFactory() in CreateHostBuilder

* Add back looging to Seq and Logstash

* Fix services names in azure-pipelines

* Update README.md

* fixed #1181

* Fix npm & docker build warnings #1224
Update Angular 7 to 8 to fix warnings and vulnerabilities

* Diferentiate displayNames

* Add project-directory param for compose

* Add -f parameter

* Add cache use comment to Dockerfiles to force PR validation

* minor change to requeue DevOps validation

* User internal docker dns names

* Update README.md

* Error fixed, applied the cookie policy to lax mode

* disable windows containers in buildimages and multiarch yaml (#1287)

* disable windows containers in buildimages and multiarch yaml

* fix space

* disabled delopy in windows and prefixes

* Change extension method to load the configuration

* fix authorization in webhooks api

* Remove obsolete middleware UseApplicationInsights

* Fix/include pipeline yml in trigger (#1290)

* add trigger to include pipelines

* Update build/azure-devops/webhooks-client/azure-pipelines.yml

Co-Authored-By: Miguel Veloso <[email protected]>

Co-authored-by: Miguel Veloso <[email protected]>

* Executed npm audit fix and npm update

* Executed npm audit fix

* correct call order of "app.UseCors"

* Updated readme with new book cover icon

* Bump npm-registry-fetch from 4.0.2 to 4.0.5 in /src/Web/WebSPA (#1361)

Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 4.0.2 to 4.0.5.
- [Release notes](https://github.com/npm/registry-fetch/releases)
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/registry-fetch/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump lodash from 4.17.15 to 4.17.19 in /src/Web/WebSPA (#1365)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jquery from 3.4.1 to 3.5.0 in /src/Web/WebSPA (#1313)

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump websocket-extensions from 0.1.3 to 0.1.4 in /src/Web/WebSPA (#1336)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](faye/websocket-extensions-node@0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updated readme.md with mslearn link

* Moved mslearn section on top

* Fixed typo in README (#1375)

* Shifting MS learn section on top.

* Fix/1370 - Updated script related changes for helm 3.x and k8s 1.16.x (#1378)

* Fix for helm 3 and k8s 1.16

* Inclusion of archived directory under k8s

* separate deploy-all powershell script for local Mac OS deployment.

* Bump elliptic from 6.4.1 to 6.5.3 in /src/Web/WebSPA (#1381)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.4.1...v6.5.3)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Swamy/remove unused using and refactoring entity classes (#1371)

* Removed Unused Usings

* Code Refactoring for readbility. Added spaces and moved the classes to separate file

* Removed unused usings from ModelDTOs (#1373)

* Updated dot-prop version to 5.1.1 (#1382)

* Update README.md

* Update README.md

* Updated Readme.

* Fixed firewall rules check and improved the script

the check shall be like ~ Get-NetFirewallRule -DisplayName eShopOnContainers-* -ErrorAction Stop

* Updated serialize-javascript version to 3.1.0 (#1396)

* Update "minimist" version to 1.2.5 (#1398)

* #1397: Replaced deprecated docker.for.win.localhost by host.docker.internal in src/.env (#1400)

* Updated Readme (#1402)

Fixed sentence structure in Readme.

Changed "and a several" to "with several."

* CatalogService: Fix issue with Status set when items list is empty (#1304)

* Fix issue with Status set when items list is empty

* Change method Count() call to Count property

Co-authored-by: Dmytro Hridin <[email protected]>

* refactored Equals() method on ValueObject (#1316)

* Fix/1403and1404 removed duplicate Key SubscriptionClientName and added app.UseAuthorization() call (#1406)

* #1403 removed duplicate Key SubscriptionClientName

Removed duplicate key SubscriptionClientName from Tests/Services/Application.FunctionalTests/Services/Marketing/appsettings.json and sorted its content in asc order.

* #1404 Added app.UseAuthorization() call

Added app.UseAuthorization() call to BasketTestsStartup, LocationsTestsStartup, and MarketingTestsStartup to fix failed unit tests IntegrationEventsScenarios.Post_update_product_price_and_catalog_and_basket_list_modified and MarketingScenarios.Set_new_user_location_and_get_location_campaign_by_user_id (see #1404)

* Fix for Campaigns exception and SignalR 401 Unauthorized (#1374)

* update API Gateway - /locations-api/ @ webmarketing/envoy.yaml

* updated signalr services

- envoy: webmarketingapigw
- latest client: webmvc
- service hub: ordering-signalrhub

Co-authored-by: hfz-r <[email protected]>

* Mis-Spelled 'client' (#1411)

* fix parameter error in multiarch job (#1413)

* Private readonly string changed to private const string (#1288)

* fix disposing of direct instantiated objects in calalog service #1392 (#1395)

* Updated version of different packages. (#1420)

* for issue #1423: changed literal string "OpenIdConnect" to constant string (#1424)

Co-authored-by: Jeremiah Flaga <[email protected]>

* Updated node-fetch package version. (#1426)

* Updated node-fetch package version.

* Updated node-forge version.

* Fixes #1474: webspa container does not build when running docker-compose up.Updated sha hashes in packages-lock.json (#1475)

* Change ReadAllBytes to ReadAllBytesAsync in PicController (#1425)

* Fixed parameter bug create resource script (#1494)

* Fixed invalid number format in webspa (#1496)

* Updated package version of webpack-subresource-integrity (#1497)

* Fixed #1495 bug : UseLoadTest missing claimsType (#1508)

* Update ByPassAuthMiddleware.cs

* Update ByPassAuthMiddleware.cs

* remove WebMVC/ByPassAuthMiddleware duplicate cliam

* remove Ordering.API/ByPassAuthMid  duplicate cliam

* remove Location.API/ByPassAuthMid  duplicate cliam

* remove Market.API/ByPassAuthMid  duplicate cliam

* change webmvc bypassauth: claimType of sub

* change ordering bypassauth: claimType of sub

* change location bypassauth: claimType of sub

* change market bypassauth: claimType of sub

* Update solution items (#1515)

Co-authored-by: Manuel Cañete <[email protected]>

* Updated solution file. (#1514)

* Fixed #1518 bug (#1520)

* Update CatalogContextModelSnapshot.cs

* Update CatalogContextSeed.cs

* Modify CSV data

* Give PictureFileName assignment

* Fix PurchaseUrl port in WebSPA appsettings.json (#1525)

* Updated highlight version to latest. (#1531)

* Finished sentence and fixed spelling mistake. (#1536)

* Updated credit card default exipiration value. (#1535)

* Fix login issue Exception: Correlation failed (#1516)

Fix samesite issue when running eShop from docker-compose locally as by default http protocol is being used
Refer to #1391

* Updated getting started section in readme file. (#1538)

* Updated get started section in readme file.

* Updated docker-compose specific link

* Updated instructions in the readme file.

* Updated packages to latest version. (#1539)

* Update README.md

* fix(#1261): remove helm chart indent for config map glob (#1533)

* Updated ini package in package-lock.json file. (#1541)

* Removed unnecessary await (#1546)

* 1. remove unused using, 2. Reorganized the using, 3. Moved the class into separate file and 4. Added line and spacing formats (#1532)

* Removed Unused Using and Reorganized the Using

* Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API

* Revert "Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API"

This reverts commit 34241c4.

* Removed unused using and reorganized the using inside "Services" folder

* Removed Unused using and reoganized the using

* Refactor Webhooks.API

* Removed unused using and reorganized using inside Catalog.API

* Swamy/remove unused using and refactor the code (#1552)

* Removed Unused Using and Reorganized the Using

* Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API

* Revert "Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API"

This reverts commit 34241c4.

* Removed unused using and reorganized the using inside "Services" folder

* Removed Unused using and reoganized the using

* Refactor Webhooks.API

* Removed unused using and reorganized using inside Catalog.API

* Refactoring

* Removed unsed using

* Added line break just to differentiate between the messages

* Swamy/remove unused using and refactor the code (#1555)

* Removed Unused Using and Reorganized the Using

* Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API

* Revert "Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API"

This reverts commit 34241c4.

* Removed unused using and reorganized the using inside "Services" folder

* Removed Unused using and reoganized the using

* Refactor Webhooks.API

* Removed unused using and reorganized using inside Catalog.API

* Refactoring

* Removed unsed using

* Added line break just to differentiate between the messages

* Removed unused usings

* Simple Refactoring

* Fixed Issue #1410 (#1560)

Added IdentityUrlExternal to src\Services\Ordering\Ordering.FunctionalTests\appsettings.json; sorted the properties

* Small Refactoring (#1558)

* Small-Formatting-Refactoring (#1564)

* Swamy/01jan2021-small-refactoring (#1570)

* Update Startup.cs

* Removed commented code

* Update UrlsConfig.cs

* Small Refactoring

* Removed Commented Code

* Small Refactoring

* Removes dotnet.myget.org NuGetPackage feed references (#1576)

* Removed Nuget package feed

* Removed unused System.ValueTuple package

* Downloadgraded Microsoft.AspNetCore.Hosting.Abstractions package

* Removed unused package

* Downgraded System.IO.Compression.ZipFile package

* Used Microsoft.AspNetCore.DataProtection.StackExchangeRedis package

* Swamy/04 jan2021-small-refactoring (#1571)

* Small Refactoring inside IntegrationEventLogEF

* Small Refactoring inside BuildingBlocks folder

* Fixes #1581: Fixed total decimal place issue and User hover menu display/usability issue. (#1582)

* Swamy/15jan2021 small refactoring (#1580)

* Small Refactoring inside Basket Service folder

* Small Refactoring

* Incorrect ContentPage.ToolbarItems in a TabbedPage (#1348)

Incorrect ContentPage.ToolbarItems in a TabbedPage

Co-authored-by: Erik Pique <[email protected]>
Co-authored-by: ericuss <[email protected]>
Co-authored-by: eiximenis <[email protected]>
Co-authored-by: Miguel Veloso <[email protected]>
Co-authored-by: Miguel Veloso <[email protected]>
Co-authored-by: ericuss <[email protected]>
Co-authored-by: Christian Morgenthaler <[email protected]>
Co-authored-by: Sumit Ghosh <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sander Holvoet <[email protected]>
Co-authored-by: Sumit Ghosh <[email protected]>
Co-authored-by: Viswanatha Swamy <[email protected]>
Co-authored-by: Mark Harwood <[email protected]>
Co-authored-by: edmondshtogu <[email protected]>
Co-authored-by: InstanceFactory <[email protected]>
Co-authored-by: Yosef Herskovitz <[email protected]>
Co-authored-by: Dmytro Hridin <[email protected]>
Co-authored-by: Dmytro Hridin <[email protected]>
Co-authored-by: André Silva <[email protected]>
Co-authored-by: hfz-r <[email protected]>
Co-authored-by: hfz-r <[email protected]>
Co-authored-by: Majid Ali Khan Quaid <[email protected]>
Co-authored-by: Javier Vela <[email protected]>
Co-authored-by: Facundo La Rocca <[email protected]>
Co-authored-by: Nabil Sedoud <[email protected]>
Co-authored-by: jeremiahflaga <[email protected]>
Co-authored-by: Jeremiah Flaga <[email protected]>
Co-authored-by: Wojciech Rak <[email protected]>
Co-authored-by: Zakaria <[email protected]>
Co-authored-by: ansonzhang <[email protected]>
Co-authored-by: m-knet <[email protected]>
Co-authored-by: Manuel Cañete <[email protected]>
Co-authored-by: n-stefan <[email protected]>
Co-authored-by: Gerard Gunnewijk <[email protected]>
Co-authored-by: Yingting Huang <[email protected]>
Co-authored-by: Mads Rosenberg <[email protected]>
Co-authored-by: Gur Galler <[email protected]>
Co-authored-by: Hetal Kapadia <[email protected]>
Co-authored-by: william-keller <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docker-compose getting-started-app Getting started issue - app/setup problems
Projects
None yet
Development

No branches or pull requests

2 participants