-
```
$ sudo truffle unbox metacoin
Downloading...
Error: Truffle Box at URL https://github.com/truffle-box/metacoin-box doesn't exist. If you believe this is an error, please contact Truffle support…
-
Hi,
Thanks for upgrade to truffle version 2.0.4, I have copied the latest version of your code and 'truffle compile' 'truffle migrate' 'truffle test' are all working properly, but only when after issu…
-
I got an error :
Error: No Network specified. can not determine current network.
-
hi, I have tried to run "truffle test" , but got the following errors.
Ansons-MacBook-Pro-131:bounty-dapp anson$ truffle test
Using network 'development'.
Compiling ./contracts/Bounty.sol...
C…
-
Hi,
I am using hd-wallet-provider to sign deployments on a 0 gasPrice local network.
deployments always went fine, I even redeployed on my local network yesterday. But since this morning I'm ge…
-
OS: Windows 10
`
$ node -v && npm -v
v10.11.0
6.4.1
`
`
$ npm install truffle-hdwallet-provider
`
scrypt@6.0.3 preinstall C:\Users\ythal\learning\udacity\blockchain\udacity_blockchain_dev…
-
Hi,
Thanks for upgrade to truffle version 2.0.4, I have copied the latest version of your code and 'truffle compile' 'truffle migrate' 'truffle test' are all working properly, but only when after issu…
eshon updated
5 years ago
-
I got an error :
Error: No Network specified. can not determine current network.
eshon updated
5 years ago
-
Truffle cannot find any-promise.
Reproduction:
```
npm install truffle-hdwallet-provider --save-dev
```
```
Error: Cannot find module 'any-promise'
at Function.Module._resolveFilename…
-
The `truffle-config` module is pulling in other truffle modules, at least one of them causing errors when requiring it due to missing dependencies on its package.json. To avoid further issues, evaluat…