Skip to content

Instantly share code, notes, and snippets.

@sfxworks
Created November 14, 2019 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfxworks/3dbd1892539f281b64885fd189f20720 to your computer and use it in GitHub Desktop.
Save sfxworks/3dbd1892539f281b64885fd189f20720 to your computer and use it in GitHub Desktop.
ystem.import() is deprecated and will be removed soon. Use import() instead.
For more info visit https://webpack.js.org/guides/code-splitting/
@ ./static/js/quay.module.ts 49:0-74 63:16-30
@ ./static/js/main.ts
ERROR in ./static/js/quay.module.ts
Module not found: Error: Can't resolve './services/build/build.service.impl' in '/quay-registry/static/js'
@ ./static/js/quay.module.ts 27:0-71 101:16-32
@ ./static/js/main.ts
ERROR in /quay-registry/static/js/quay.module.ts
[tsl] ERROR in /quay-registry/static/js/quay.module.ts(23,34)
TS2307: Cannot find module './services/build/build.service.impl'.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The command '/bin/sh -c curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - && yum install -y nodejs && curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo && rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg && yum install -y yarn && yarn install --ignore-engines && yarn build && yarn build-config-app' returned a non-zero code: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment