首页 > 其他 > 详细

[OHIF-Viewers]医疗数字阅片-医学影像-安装问题

时间:2020-07-02 23:47:25      阅读:116      评论:0      收藏:0      [点我收藏+]

 

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:\Users\Administrator\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:56952:58)
    at C:\Users\Administrator\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:56916:14
    at C:\Users\Administrator\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:101331:14
    at Array.map (<anonymous>)
    at parseRcPaths (C:\Users\Administrator\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:101329:78)
    at Object.findRc (C:\Users\Administrator\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:101343:10)
    at getRcConfigForCwd (C:\Users\Administrator\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:56915:74)
    at C:\Users\Administrator\AppData\Roaming\npm\node_modules\yarn\lib\cli.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

安装成功

技术分享图片

 

[OHIF-Viewers]医疗数字阅片-医学影像-安装问题

原文:https://www.cnblogs.com/landv/p/13227705.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!