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
Was trying to experiment with oracles and when I run the oracle.js file it gives me the following error:
PS C:\dev\oracleCMC\ethoracle-barebones> node .\oracle.js
module.js:544
throw err;
^
Error: Cannot find module 'web3-requestManager'
at Function.Module._resolveFilename (module.js:542:15)
at Function.Module._load (module.js:472:25)
at Module.require (module.js:585:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\dev\oracleCMC\ethoracle-barebones\node_modules\web3\packages\web3-core\src\index.js:26:22)
at Module._compile (module.js:641:30)
at Object.Module._extensions..js (module.js:652:10)
at Module.load (module.js:560:32)
at tryModuleLoad (module.js:503:12)
at Function.Module._load (module.js:495:3)
Updating the components to the lastest versions doesn't solve it, what do you recommend ?
The text was updated successfully, but these errors were encountered:
Was trying to experiment with oracles and when I run the oracle.js file it gives me the following error:
Updating the components to the lastest versions doesn't solve it, what do you recommend ?
The text was updated successfully, but these errors were encountered: