-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with dependencies #217
Comments
ill need to find another package to do DNS lookup or just right my own function. currently the proxy package requires IP address instead of hostname, which is a bit ridiculous. need to resolve the hostname to IP using dns-lookup package. |
@dormadekhin-denis these dependencies have been removed |
I'm having an extremely similar issue (same OS, similar error message). Should I open a new issue or keep it in this thread? |
@DarthWindu which dependencies are not found?
|
Yup, here's the error message:
And here's what I've tried in addition to running the command indicated in the error message:
For some context, I'm integrating |
This is weird, because 'fs' is a module built in to node. |
I haven't gotten it working yet, but I tried to add the api to a new vuestic project and got the following error:
after running Edit: Also, it may a build issue (see this. I see webpack in my |
I think I fixed it by adding
to I should confess, I have no idea why this worked. |
June 2019, the problem still occurs and this is the solution. Thanks @pujitm |
@jonassunandar I'm also getting the same error |
I am also having this issue. Specifically, I'm use Vue and am getting: This dependency was not found: @joaquinnunez any ideas on a fix here in vuejs? |
This seems to be an issue common to vue. I don't use vue so not familiar with the solution |
Found a fix here. I created Complete file:
|
Thank you! |
I think the missing dependencies are due to the fact that vue is trying to call node-binance-api library on the browser-end, which doesn't have node libraries such as fs, dgram etc, because they are typically server-side libraries... |
npm -v
|
Short Description:
build error when using package
Platform:
node version:
npm version:
Long descrption
After each assembly produces an error:
code
set dependencies several times, tried different versions of nodejs, also tried to use yarn
thank you
The text was updated successfully, but these errors were encountered: