yarn安装依赖错误

yarn安装依赖报错

yarn add v1.22.19
error Running this command will add the dependency to the workspace root rather than the workspace itself, which might not be what you want - if you really meant it, make it explicit by running this command again with the -W flag (or --ignore-workspace-root-check).
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

请教da-lao们

命令后面加个 --ignore-workspace-root-check 或者 -W

运行此命令时出错,会将依赖项添加到工作区根而不是工作区本身,这可能不是您想要的-如果您真的这么想,请使用-W标志(或-忽略工作区根检查)再次运行此命令,使其显式化。

提示说的很清楚了,跟着做