gpt4 book ai didi

elm - 如何更新 Elm 包?

转载 作者:行者123 更新时间:2023-12-04 17:38:54 28 4
gpt4 key购买 nike

我在 elm.json 中有一个依赖项至 elm/browser版本 1.0.1。我如何使用 elm 更新它?

{
"dependencies": {
"direct": {
"elm/browser": "1.0.1",
...

只需手动更新 elm.json让榆树提示:
-- INVALID PACKAGE DEPENDENCIES --------------------------------------- elm.json

The dependencies in your elm.json are not compatible.

最佳答案

如果你有权在你的系统上安装 npm 包,那么我推荐 elm-json包裹:

https://github.com/zwilias/elm-json

它旨在“安装,升级和卸载Elm依赖项”,并且易于使用!

如果你没有能力安装 npm 包,那么我会删除 elm/browser来自 elm.json 的线路并使用 elm install elm/browser 再次安装.

关于elm - 如何更新 Elm 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58836159/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com