更新preload-js 0.6.3的npm包,但仍然是文件内显示0.4.1的版本

时间:2017-01-24 16:33:17

标签: node.js preloadjs

我在节点环境中工作。我已经从https://www.npmjs.com/package/preload-js安装了preload-js节点模块。显示版本为0.6.3。 package.json也显示相同的版本。

  "preload-js": "^0.6.3",

但在实际文件中,node_modules \ preload-js \ index.js。它显示如下(version =“0.4.1”)

/*!
* @license PreloadJS
* Visit http://createjs.com/ for documentation, updates and examples.
*
* Copyright (c) 2011-2013 gskinner.com, inc.
*
* Distributed under the terms of the MIT license.
* http://www.opensource.org/licenses/mit-license.html
*
* This notice shall be included in all copies or substantial portions of the Software.
*/
window.createjs=window.createjs||{},function(){"use strict";var a=createjs.PreloadJS=createjs.PreloadJS||{};a.version="0.4.1",a.buildDate="Thu, 12 Dec 2013 23:33:38 GMT"}

http://www.createjs.com/preloadjs中,版本0.6.2于2015年11月发布。 我该如何更新?我尝试了npm更新过程,但没有运气。

提前致谢。

1 个答案:

答案 0 :(得分:0)

a.version =“0.4.1”不指定“preload-js”的版本。请检查package.json中的“version”字段。

npm安装preload-js有问题。你可以自己构建它v0.6.2。这是steps