You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node@f22d9ab6209f:/opt/app-root/src/frontend$ yarn build
yarn run v1.22.19
$ DISABLE_ESLINT_PLUGIN=true react-app-rewired --openssl-legacy-provider --max_old_space_size=16000 build && npx compress-cra
Creating an optimized production build...
Failed to compile.
./src/App.js
Cannot find module: '@dod-advana/advana-platform-ui/dist/ClassificationBanner'. Make sure this package is installed.
You can install this package by running: yarn add @dod-advana/advana-platform-ui/dist/ClassificationBanner.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
We need instruction and/or script to build the .tgz package to be used in
gamechanger-web/frontend/package.json:21
when we build the docker image.The command
yarn build
ingamechanger-web/frontend
at the moment does not work because the package from https://github.com/dod-advana/advana-module-platform-ui/releases does not work with the mentioned above command.Note:
advana-module-platform-ui/package.json:67
react
17.0.2
gamechanger-web/frontend/package.json:57
react
18.2.0
Would this mismatched version be an issue?
the
react
version here is17.0.2
. It is18.2.0
ingamechanger-web/frontend/package.json:57
The text was updated successfully, but these errors were encountered: