Closed diners-admin closed 5 years ago
Can you share your code that causes this? Running your code with the --trace-warnings
flag could help locate the source of this issue, e.g. node --trace-warnings app.js
?
I do not understand your answer very well, I followed all the steps exposed at: https://github.com/zone117x/node-open-mining-portal and when I get to the command: 3) Start the portal node init.js It is where the error appears and does not continue, attached screenshot, thanks.
I have tried to make your e.g. node --trace-warnings app.js? but surely I am doing something wrong, I leave capture. Thank you.
I have uploaded the work done here so that it can be easier to locate: https://github.com/diners-admin/node-open-mining-portal What we are trying to do is a mining Pool for Diners, the new cryptocurrency, and we use Linux Mint, thanks for your help.
Is any help possible to correct this error?
Thank you
I think this issue is meant for zone117x/node-open-mining-portal's repo, I doesn't seem to related with Node.js core. Try to create an issue there, and don't forget to include what node version you are using.
BTW, posting screenshots (especially when semi-opaque background is involved) makes it very hard to read, try to copy and paste instead.
ok, thanks
Hello, I have this error: (node: 7999) DeprecationWarning: (node-watch) First param in callback function is replaced with event name since 0.5.0, use
(evt, filename) => {}
if you want to get the filenameSome way to solve it. Thank you.