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
Greeting, I have been trying to run a node on testnet on my Mac, but went I try to create my node I get the following error:
`
MacBook-Air-de-Andres:~ andresavendano$ dashcore-node* create mynode —t
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @dashevo/dashcore-node@^4.0.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/andresavendano/.npm/_logs/2018-11-12T03_03_30_394Z-debug.log
/Users/andresavendano/dashcore-node/lib/cli/main.js:43
throw err;
^
Error: There was an error installing dependencies.
at ChildProcess. (/Users/andresavendano/dashcore-node/lib/scaffold/create.js:140:25)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:962:16)
at Socket.stream.socket.on (internal/child_process.js:381:11)
at Socket.emit (events.js:182:13)
at Pipe._handle.close (net.js:606:12)
`
Greeting, I have been trying to run a node on testnet on my Mac, but went I try to create my node I get the following error:
`
MacBook-Air-de-Andres:~ andresavendano$ dashcore-node* create mynode —t
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @dashevo/dashcore-node@^4.0.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/andresavendano/.npm/_logs/2018-11-12T03_03_30_394Z-debug.log
/Users/andresavendano/dashcore-node/lib/cli/main.js:43
throw err;
^
Error: There was an error installing dependencies.
at ChildProcess. (/Users/andresavendano/dashcore-node/lib/scaffold/create.js:140:25)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:962:16)
at Socket.stream.socket.on (internal/child_process.js:381:11)
at Socket.emit (events.js:182:13)
at Pipe._handle.close (net.js:606:12)
`
According to https://www.npmjs.com/package/@dashevo/dashcore-node
The version of dashcore-node is 3.0.6
But on Github it says is 4.0.0.
What I'm I Doing wrong?
npm --version 6.4.1 node --version 10.13.0
The text was updated successfully, but these errors were encountered: