Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings during compilation #125

Open
AgeManning opened this issue Feb 23, 2023 · 0 comments
Open

Warnings during compilation #125

AgeManning opened this issue Feb 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@AgeManning
Copy link
Member

When doing a fresh compile a number of warnings exist.

Step 6/11 : ENV NODE_ENV=development
 ---> Running in 4e9bdc8d29c5
Removing intermediate container 4e9bdc8d29c5
 ---> 810b50042b53
Step 7/11 : RUN yarn
 ---> Running in 05764c7592fe
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
warning [email protected]: The engine "pnpm" appears to be invalid.
[3/4] Linking dependencies...
warning " > @testing-library/[email protected]" has incorrect peer dependency "react@^16.9.0 || ^17.0.0".
warning " > @testing-library/[email protected]" has unmet peer dependency "@testing-library/dom@>=7.21.4".
warning " > [email protected]" has incorrect peer dependency "react@^17.0.0".
warning " > [email protected]" has incorrect peer dependency "react-dom@^17.0.0".
warning "react-scripts > eslint-config-react-app > [email protected]" has unmet peer dependency "@babel/plugin-syntax-flow@^7.14.5".
warning "react-scripts > eslint-config-react-app > [email protected]" has unmet peer dependency "@babel/plugin-transform-react-jsx@^7.14.9".
warning "@storybook/addon-essentials > @storybook/addon-docs > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning " > [email protected]" has incorrect peer dependency "react@>= ^17.0.0".
warning "@storybook/addon-actions > [email protected]" has incorrect peer dependency "react@^16.8.4 || ^17.0.0".
warning " > @storybook/[email protected]" has unmet peer dependency "@babel/core@^7.9.6".
warning "@storybook/addon-essentials > @storybook/addon-docs > @mdx-js/[email protected]" has incorrect peer dependency "react@^16.13.1 || ^17.0.0".
warning " > @storybook/[email protected]" has unmet peer dependency "@babel/core@*".
warning " > @storybook/[email protected]" has unmet peer dependency "require-from-string@^2.0.2".
warning "@storybook/react > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > [email protected]" has incorrect peer dependency "react@^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1".
warning "@storybook/react > [email protected]" has incorrect peer dependency "react-dom@^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1".
warning "@storybook/test-runner > [email protected]" has unmet peer dependency "jest-circus@^28.0.0".
warning "@storybook/test-runner > [email protected]" has unmet peer dependency "jest-environment-node@^28.0.0".
warning " > [email protected]" has unmet peer dependency "@storybook/api@^6.2.9".
warning " > [email protected]" has unmet peer dependency "@storybook/components@^6.2.9".
warning " > [email protected]" has unmet peer dependency "@storybook/core-events@^6.2.9".
[4/4] Building fresh packages...
Done in 285.35s.
Removing intermediate container 05764c7592fe
 ---> 3b8c56131e65
Step 8/11 : ENV NODE_ENV=production
 ---> Running in 83b6a34384a7
Removing intermediate container 83b6a34384a7
 ---> 2aec9d455b98
Step 9/11 : RUN yarn build
 ---> Running in 60d6cfc2f82f

These errors can be reproduced when building the docker image via,

docker build -t siren .
@AgeManning AgeManning added the bug Something isn't working label Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants