gpt4 book ai didi

javascript - npm outdated 不尊重 package.json 的插入符号

转载 作者:行者123 更新时间:2023-11-30 10:06:49 25 4
gpt4 key购买 nike

使用具有以下内容的package.json文件

"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-dev-update": "^1.1.0",
"grunt-jasmine-node-new": "^0.3.2",
"grunt-node-inspector": "^0.1.5",
"grunt-nodemon": "^0.4.0",
"grunt-npm-install": "^0.1.0"
}

我得到一个 npm outdated输出看起来像

npm outdated output

为什么 Wanted 不是 0.11.0?没有 "grunt-contrib-jshint": "^0.10.0"是指大于或等于 0.10.0 但小于 1.0.0 ( >= 0.10.0 && < 1.0.0 ) 的任何版本?使用this作为引用。

我正在使用 Node v0.12.0 和 npm v2.5.1。

最佳答案

因为您当前安装的是 0.10.0 版本并且它符合您的版本要求。如果您有一个已经满足要求的版本,npm 不会查找最新版本。

您可以执行 npm update 将它们更新到可能的最新版本。

关于javascript - npm outdated 不尊重 package.json 的插入符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28636506/

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