update frontend Dockerifle to 22.16.0 #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title(标题):update frontend Dockerifle to 22.16.0
Description(描述):目前使用的18版本在构建镜像时,安装部分依赖报错。解决方案:更换20以上版本
110.7 ERR_PNPM_UNSUPPORTED_ENGINE Unsupported environment (bad pnpm and/or Node.js version) 110.7 110.7 This error happened while installing the dependencies of mockjs@1.1.0 110.7 110.7 Your Node version is incompatible with "commander@14.0.0". 110.7 110.7 Expected version: >=20 110.7 Got: v18.20.4 110.7 110.7 This is happening because the package's manifest has an engines.node field specified. 110.7 To fix this issue, install the required Node version.
关联 Issue(无):