Skip to content

Node, npm, package.json updates #233

Description

@darpham

TLDR: Can we spend some time to ensure Node, npm, package.json is updated as needed.

While rebuilding the frontend container for new deployment, I ran into this npm error. I'm currently trying some workarounds, but getting a little overhaul on the above request would be great.

 > [builder 5/7] RUN npm install:
#14 6.585 npm notice
#14 6.585 npm notice New patch version of npm available! 7.21.0 -> 7.21.1
#14 6.585 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.21.1>
#14 6.585 npm notice Run `npm install -g npm@7.21.1` to update!
#14 6.585 npm notice
#14 6.586 npm ERR! code ERESOLVE
#14 6.591 npm ERR! ERESOLVE unable to resolve dependency tree
#14 6.591 npm ERR!
#14 6.591 npm ERR! While resolving: open-disclosure-sj@0.1.0
#14 6.591 npm ERR! Found: react@16.14.0
#14 6.591 npm ERR! node_modules/react
#14 6.591 npm ERR!   react@"^16.10.1" from the root project
#14 6.592 npm ERR!
#14 6.592 npm ERR! Could not resolve dependency:
#14 6.592 npm ERR! peer react@"^15.3.2" from tableau-react@2.0.0-beta.0
#14 6.592 npm ERR! node_modules/tableau-react
#14 6.592 npm ERR!   tableau-react@"^2.0.0-beta.0" from the root project
#14 6.592 npm ERR!
#14 6.592 npm ERR! Fix the upstream dependency conflict, or retry
#14 6.593 npm ERR! this command with --force, or --legacy-peer-deps
#14 6.593 npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
#14 6.593 npm ERR!
#14 6.593 npm ERR! See /root/.npm/eresolve-report.txt for a full report.
#14 6.604
#14 6.604 npm ERR! A complete log of this run can be found in:
#14 6.604 npm ERR!     /root/.npm/_logs/2021-08-30T06_41_16_747Z-debug.log

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions