使用Bower安装Gulp失败“无法执行安装后脚本”

时间:2018-12-02 21:08:27

标签: html5 npm gulp debian bower

我在安装凉亭时遇到问题;吞咽无论出于何种原因,无论我尝试做什么,它总是会失败。我已经重新安装了OS(debian 9)5次,但仍然无法正常工作。 这是我要运行的存储库:Repository

我已经在他们的Github上查看了这些问题,人们在使用较旧版本的软件时遇到了这个问题,但是我100%确信我正在运行最新版本的软件。他们的仓库(并且该问题已在最新版本中修复)。 我的想法是我的依赖项之一是最新的? 我知道这个软件可以工作,因为我可以在RPI上使用它。

我只是在这里问这个问题,因为Github已经死了。

    807 verbose lifecycle SantaTracker@2015.0.0~postinstall: CWD: /home/baxtmann/santa-tracker-web
    808 silly lifecycle SantaTracker@2015.0.0~postinstall: Args: [ '-c', 'bower install; gulp' ]
    809 silly lifecycle SantaTracker@2015.0.0~postinstall: Returned: code: 1  signal: null
    810 info lifecycle SantaTracker@2015.0.0~postinstall: Failed to exec postinstall script
    811 verbose stack Error: SantaTracker@2015.0.0 postinstall: `bower install; gulp`
    811 verbose stack Exit status 1
    811 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
    811 verbose stack     at EventEmitter.emit (events.js:182:13)
    811 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
    811 verbose stack     at ChildProcess.emit (events.js:182:13)
    811 verbose stack     at maybeClose (internal/child_process.js:962:16)
    811 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
    812 verbose pkgid SantaTracker@2015.0.0
    813 verbose cwd /home/baxtmann/santa-tracker-web
    814 verbose Linux 4.9.0-8-amd64
    815 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
    816 verbose node v10.14.1
    817 verbose npm  v6.4.1
    818 error code ELIFECYCLE
    819 error errno 1
    820 error SantaTracker@2015.0.0 postinstall: `bower install; gulp`
    820 error Exit status 1
    821 error Failed at the SantaTracker@2015.0.0 postinstall script.
    821 error This is probably not a problem with npm. There is likely additional logging output above.
    822 verbose exit [ 1, true ]

0 个答案:

没有答案