zoukankan      html  css  js  c++  java
  • verbose stack Error: yorkie@2.0.0 install: `node bin/install.js`

    1218 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
    1219 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
    1220 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS:    darwin
    1220 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch:  any
    1220 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS:   linux
    1220 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
    1221 verbose stack Error: yorkie@2.0.0 install: `node bin/install.js`
    1221 verbose stack Exit status 1
    1221 verbose stack     at EventEmitter.<anonymous> (/usr/local/node/node-v10.13.0-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
    1221 verbose stack     at EventEmitter.emit (events.js:182:13)
    1221 verbose stack     at ChildProcess.<anonymous> (/usr/local/node/node-v10.13.0-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
    1221 verbose stack     at ChildProcess.emit (events.js:182:13)
    1221 verbose stack     at maybeClose (internal/child_process.js:962:16)
    1221 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
    1222 verbose pkgid yorkie@2.0.0

    解决办法:

    1.不要使用root权限安装,应该sudo npm install

  • 相关阅读:
    SVN安装配置与使用
    ext中对json数据的处理解析
    matlab保存数据
    DLL编程总结
    【MFC 】关于对话框中的OnVScroll() 和 OnHScroll
    OpenCV cvReleaseImage把图像怎么样了?
    [code] if (x<0)x=0;else if (x>255)x=255;
    【DM642学习笔记十】DSP优化记录
    DSP日志打印 LOG_printf
    【MFC】MFC文本框中显示浮点数
  • 原文地址:https://www.cnblogs.com/zhengze/p/12867425.html
Copyright © 2011-2022 走看看