lee
lee
when i try to compile from the lastest tarball, the issue still showing. the part log as following: g++: error: /home/oneplus7/workshop/joplin-2.9.17/packages/app-desktop/node_modules/lzma-native/build/liblzma/build/lib/liblzma.a: No such file or directory make: *** [lzma_native.target.mk:145: Release/obj.target/lzma_native.node]...
when i find the missing file with `find`, i get some info: ./build/liblzma/src/liblzma/.libs/liblzma.a ./build/liblzma/build/lib64/liblzma.a so the file had been generated in fold lib64 not lib. but i do not know...
my solution is: 1)modify the config file with cmd `vim binding.gyp`; 2)then find the issue block code like `build/liblzma/build/lib/liblzma.a`; 3)modify block code as `build/liblzma/build/lib64/liblzma.a`; when i recompile the project, issue...
现在也存在,跟帖为证, ``` error Error: https://registry.npmmirror.com/@ispeco%2fauthentication-sdk: Not found ```
记得一并移除或注释,src/layout/layoutHeader/components/user/index.vue中的相关代码。
U should try these configs as following: ```json "dependencies": { "@antv/l7": "^2.20.13", "@antv/l7-leaflet": "^1.0.2", "leaflet": "~1.8.0", "react": "^18.0.0", "vue": "^3.5.12" } ``` The test results are good.  If your...