You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is one dependency after another that is breaking
it just does not want to work.
overall the @polkadot/api is supposed to be 1 dependency in project
but to make the import work (i have not yet even gone to using it) it required me to manually install
"assert": "^1.5.0",
"browserify-zlib": "^0.1.4",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"events": "^1.1.1",
"https-browserify": "~0.0.0",
"path-browserify": "^0.0.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react-native-crypto": "^2.2.0",
"react-native-level-fs": "^3.0.1",
"react-native-os": "^1.2.6",
"react-native-randombytes": "^3.6.0",
"react-native-tcp": "^3.3.2",
"react-native-udp": "^2.7.0",
"readable-stream": "^1.0.33",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"styled-components": "^5.2.1",
"timers-browserify": "^1.4.2",
"tty-browserify": "^0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "^0.0.4"
not to sound rude or anything, but what is the point in making NPM package if it is not managing any dependencies
The text was updated successfully, but these errors were encountered:
There is one dependency after another that is breaking
it just does not want to work.
overall the @polkadot/api is supposed to be 1 dependency in project
but to make the import work (i have not yet even gone to using it) it required me to manually install
"assert": "^1.5.0",
"browserify-zlib": "^0.1.4",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"events": "^1.1.1",
"https-browserify": "~0.0.0",
"path-browserify": "^0.0.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react-native-crypto": "^2.2.0",
"react-native-level-fs": "^3.0.1",
"react-native-os": "^1.2.6",
"react-native-randombytes": "^3.6.0",
"react-native-tcp": "^3.3.2",
"react-native-udp": "^2.7.0",
"readable-stream": "^1.0.33",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"styled-components": "^5.2.1",
"timers-browserify": "^1.4.2",
"tty-browserify": "^0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "^0.0.4"
not to sound rude or anything, but what is the point in making NPM package if it is not managing any dependencies
The text was updated successfully, but these errors were encountered: