st-one-io / node-open-protocol

This node is an implementation of the Atlas Copco's Open Protocol. This node was created by Smart-Tech as part of the ST-One project.
GNU General Public License v3.0
36 stars 35 forks source link

fs library issue #20

Closed Babygalla123 closed 4 years ago

Babygalla123 commented 4 years ago

Hi... Thanks for the great library . i had tried this in node js. It is working fine. But my main intention is i want to use this library in react native. since i am developing mobile application in react native. I could able to add the library to react native project using ''npm'', and i am able to see in 'package.json' file under dependencies.

"dependencies": { "node-open-protocol": "^1.1.1", "react": "16.11.0", "react-native": "0.62.2"}

After spending so much of time in this final i could able to run this library. But there is small issue now. from "fs" library it's throwing, few methods it's not able to find . here i am attaching the error. Kindly help me on this. Screenshot_20200709-161215

Thanks in advance!!

gfcittolin commented 4 years ago

This is related to this library being used with react native, therefore I'm closing this here so we can follow-up everything on #19