Junjie_Li

Results 11 comments of Junjie_Li

Hello wucherpfennig I also encountered the same problem, but I am using **nginx** + docker, do you have any good solutions?

woaw thank you so much, `nodemon --legacy-watch` work on me

same issue on there https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/3060 However, I used its example to add sqlite to my own project and it could be used. Please try it and see if it works....

I also can't download using pip, but I have solved it. You can try to download this repo and then > python setup.py install in the path of the repo,...

I am also python3.9, I just encountered this problem, but I have solved it. You can download this repo, unzip it, and type on the path of the repo. >...

Thanks guys, I've solved it with Calling API using GuzzleHttp, but please note that it may have a timeout problem.

@dgreasi thanks!!! it working with ```javascript { enableHighAccuracy: false, timeout: 15000, maximumAge: 0, }; ```

I used Expo-Location in my React Native project, and it worked very well. It also resolved the issue of HighAccuracy not working properly on Android.

Thank you for your reply. No, the issue is with the original template, which runs correctly in Windows but always has this problem in Linux.