lcpkg install fail #241
-
C:\Users\mtk60796\Desktop\LC GUI\LCUI-develop\LCUI-develop>lcpkg install --arch x64 TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined C:\Users\mtk60796\Desktop\LC GUI\LCUI-develop\LCUI-develop>cd .. C:\Users\mtk60796\Desktop\LC GUI\LCUI-develop>lcpkg install --arch x64 TypeError: Cannot read property 'file' of null C:\Users\mtk60796\Desktop\LC GUI\LCUI-develop> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
看上去是因为 |
Beta Was this translation helpful? Give feedback.
-
@lc-soft `PS C:\Users\mtk60796\Desktop\LC GUI\LCUIdevelop> lcpkg install --arch x64 TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
Mode LastWriteTime Length Name d----- 2021/5/31 23:28 .github ` |
Beta Was this translation helpful? Give feedback.
看上去是因为
lcpkg.json
文件不存在而导致写入错误,你检查一下LC GUI\LCUI-develop
目录里有没有lcpkg.json
文件。