Closed newbie78 closed 6 years ago
it seems like the webpack conf trouble in vue-cli config (
Seems like warnings more like errors, I only tried in a node environment, what happens if youstill try to call methods?
Try version 0.7.0
, the problem should go away, open this issue again if that's not the case 🙂
i'm use vue-cli boilerplate (https://github.com/vuejs/vue-cli) after vue init webpack client a'm install the library:
yarn add binance-api-node
yarn run dev
WARNING Compiled with 2 warnings 17:
These dependencies were not found:
To install them, you can run: npm install --save bufferutil utf-8-validate
yarn add bufferutil utf-8-validate
yarn run dev
WARNING Compiled with 2 warnings 17:49
warning in ./node_modules/bindings/bindings.js
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?