纱线无法添加包(内部和外部工作区)
Yarn unable to add packages (both inside and outside workspaces)
Yarn 无法添加包(工作空间内部和外部)
你好,我正在使用 Yarn 2,我似乎无法安装 any 包。我总是收到以下格式错误:
$ yarn add useful-package
➤ BR0027: useful-package@unknown can't be resolved to a satisfying range
➤ Errors happened when preparing the environment required to run this command.
我在使用 yarn 工作区的项目内部和另一个测试项目中都进行了尝试。
我尝试使用 Google 搜索的任何包都会出现这种情况,我似乎无法在此处找到与此错误消息相关的任何匹配项。
您认为可能是什么问题?
最好的,
马特
原来我遇到了与 Yarn 2 的 Node JS 版本冲突。
确保使用节点版本为 V10.19.0 或更高版本的最新 Yarn (berry/2)。
希望对大家有所帮助!
最好,
马特
Yarn 无法添加包(工作空间内部和外部)
你好,我正在使用 Yarn 2,我似乎无法安装 any 包。我总是收到以下格式错误:
$ yarn add useful-package
➤ BR0027: useful-package@unknown can't be resolved to a satisfying range
➤ Errors happened when preparing the environment required to run this command.
我在使用 yarn 工作区的项目内部和另一个测试项目中都进行了尝试。
我尝试使用 Google 搜索的任何包都会出现这种情况,我似乎无法在此处找到与此错误消息相关的任何匹配项。
您认为可能是什么问题?
最好的, 马特
原来我遇到了与 Yarn 2 的 Node JS 版本冲突。
确保使用节点版本为 V10.19.0 或更高版本的最新 Yarn (berry/2)。
希望对大家有所帮助!
最好, 马特