basic React Native SQLite script returning undefined which causes error

后端 未结 3 1740
醉酒成梦
醉酒成梦 2021-01-27 12:14

I\'m trying to learn to use react-native-sqlite-storage as described on this page here:

https://github.com/andpor/react-native-sqlite-storage

I am working on a w

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-27 12:35

    lstat command error is generating on windows due to permission issues or npm version issues.

    You can do 2 things to pass this. 1.Open terminal in admin mode . 2.upgrade/degrade npm version

    For plugin installation, configure manually

提交回复
热议问题