zoukankan      html  css  js  c++  java
  • [OHIF-Viewers]医疗数字阅片-医学影像-安装问题

    Installation Problem: [TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Receiv ed type boolean] #7985

    yarn 运行问题

    TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type boolean (true)
        at validateString (internal/validators.js:121:11)
        at resolve (path.js:139:9)
        at loadRcFile (C:UsersAdministratorAppDataRoaming
    pm
    ode_modulesyarnlibcli.js:56952:58)
        at C:UsersAdministratorAppDataRoaming
    pm
    ode_modulesyarnlibcli.js:56916:14
        at C:UsersAdministratorAppDataRoaming
    pm
    ode_modulesyarnlibcli.js:101331:14
        at Array.map (<anonymous>)
        at parseRcPaths (C:UsersAdministratorAppDataRoaming
    pm
    ode_modulesyarnlibcli.js:101329:78)
        at Object.findRc (C:UsersAdministratorAppDataRoaming
    pm
    ode_modulesyarnlibcli.js:101343:10)
        at getRcConfigForCwd (C:UsersAdministratorAppDataRoaming
    pm
    ode_modulesyarnlibcli.js:56915:74)
        at C:UsersAdministratorAppDataRoaming
    pm
    ode_modulesyarnlibcli.js:92694:56

     faced same issue today.
    for me it was the invalid config in .yarnrc that caused this problem. I got global-folder config with value true, which was wrong. And I deleted this config and then issue fixed.

    删除c:用户adinistrator 下的 .yarnrc就好了

    gyp问题

     https://github.com/nodejs/node-gyp

    npm config set msvs_version 2017

    puppeteer问题

     npm i -g puppeteer

    安装成功

  • 相关阅读:
    Chp18: Hard
    内存泄漏 和 内存溢出
    Chp4: Trees and Graphs
    trie树--详解
    Tries
    Comparable & Comparator
    memory leak
    8个月从CS菜鸟到拿到Google Offer的经历+内推
    Word Ladder II
    Java垃圾回收机制
  • 原文地址:https://www.cnblogs.com/landv/p/13227705.html
Copyright © 2011-2022 走看看