ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
665 stars 502 forks source link

Compiled with 2 warnings [win 7 platform] #46

Closed newbie78 closed 6 years ago

newbie78 commented 6 years ago

i'm use vue-cli boilerplate (https://github.com/vuejs/vue-cli) after vue init webpack client a'm install the library:

These dependencies were not found:

To install them, you can run: npm install --save bufferutil utf-8-validate

81:22-40 Critical dependency: the request of a dependency is an expression

warning in ./node_modules/bindings/bindings.js

81:43-53 Critical dependency: the request of a dependency is an expression

how fix that error?

newbie78 commented 6 years ago

it seems like the webpack conf trouble in vue-cli config (

balthazar commented 6 years ago

Seems like warnings more like errors, I only tried in a node environment, what happens if youstill try to call methods?

balthazar commented 6 years ago

Try version 0.7.0, the problem should go away, open this issue again if that's not the case 🙂