Snehasis Mohapatra

Results 10 comments of Snehasis Mohapatra

Just now found the same issue in our CI pipeline. Can anyone suggest how I can use the 2.x.x version ?

@cookieguru Well using another package manager like yarn is not a solution, I believe there must be a way to install 2.x version through NPM only. As all the production...

@cookieguru I see this >> npm install --save "git://github.com/jfhbrook/node-ecstatic.git#f5a173d8968a7dd7b526be368cd8022cd9300840" So for today we should go with particular version's commit id. Is there any plan to revert back all the unpublished...

@cookieguru Thanks for your reply. By the way for 2.x.x I use the below command and this will work for me for now. npm install --save "git://github.com/jfhbrook/node-ecstatic.git#f5a173d8968a7dd7b526be368cd8022cd9300840"

@NoExcuseForCode What is the exact error you are getting , you need to get the particular version commit id for the same.

Can you please try this, I think it must be trying to installing the latest of 1.4.x npm install --save "git://github.com/jfhbrook/node-ecstatic.git#70751198635509a156ad1564296625fc753af89f"

I am also facing the same issue where its unable to load the HTML file from the documents directory in WKWebview

So I am using IONIC and able to solve this with below solution. I used this as: window.location.href = window.Ionic.WebView.convertFileSrc(url); My URL is in the format (for iOS): file:///var/mobile/Containers/Data/Application/[UUID]/Library/NoCloud/[appFolder]/index.html May...

I too getting the same behavior on Android 10 and 11 devices. Is there a solution for this in later version of this plugin ? Do we have any configuration...

Is there anyone have answer for this ? the Event call back is not working when using it like below. SIOClient *sio = SIOClient::connect("http://192.168.1.231:3001"); TestTarget *target = new TestTarget(); sio->on("connect",...