npm模块Imager安装

时间:2014-11-12 06:39:47

标签: node.js npm graphicsmagick

我一直在尝试安装npm软件包,因为出于某些奇怪的原因,模块和GraphicsMagick库从我的机器中消失了(但这是其他日子的讨论)。

现在我安装了库,但是当我运行

  

sudo npm install --save imager

我得到了很多错误。从

开始
  

错误:ENOENT,lstat' / home / user / Desktop / project / node_modules / imager / node_modules / pkgcloud / node_modules / request / node_modules / json-stringify-safe / LICENSE'

任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

许多npm模块都是以前编写的本机代码项目的皮肤 在这种情况下:GraphicsMagick

如果您首先安装GraphicsMagick(在node / npm之外)或基础项目中的任何一个。启动并运行它,然后才能运行它的皮肤的npm安装。我刚刚在ubuntu上为npm模块成像器执行了这些步骤,安装工作正常。

使用-g标志(全局)了解npm install的含义 - 如果模块提供命令行可执行文件,则执行npm install -g xxxx