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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
when i create new project by using truffle unbox metacoin, but it does not work, it looks like network problem. so i tried do something below:
1、config vscode's proxy. does not work
2、downgrade node version from v19 to v18. does not work
3、add 151.101.56.133 raw.githubusercontent.com in host file (i am in china). does not work
4、run curl https://raw.githubusercontent.com/xxx/truffle-box.json, i got the response, network maybe is ok, so why unbox failed???
Steps to Reproduce
run truffle unbox metacoin in vscode's terminal, then it show the following exception
PS D:\GitHub\TruffleProjectDemo> truffle unbox metacoin
This directory is non-empty...
? Proceed anyway? (Y/n)
Starting unbox...
=================
? Proceed anyway? Yes
✓ Preparing to download box
✖ Downloading
Unbox failed!
Error: Error connecting to https://raw.githubusercontent.com/truffle-box/metacoin-box/master/truffle-box.json. Please check your internet connection and try again.
getaddrinfo ENOENT raw.githubusercontent.com
at Function.AxiosError.from (C:\Users\Administrator\AppData\Roaming\npm\node_modules\truffle\build\webpack:\node_modules\axios\dist\node\axios.cjs:789:1)
at RedirectableRequest.handleRequestError (C:\Users\Administrator\AppData\Roaming\npm\node_modules\truffle\build\webpack:\node_modules\axios\dist\node\axios.cjs:2744:1)
at RedirectableRequest.emit (node:events:514:28)
at ClientRequest.eventHandlers.<computed> (C:\Users\Administrator\AppData\Roaming\npm\node_modules\truffle\build\webpack:\node_modules\follow-redirects\index.js:14:1)
at ClientRequest.emit (node:events:514:28)
at TLSSocket.socketErrorListener (node:_http_client:501:9)
at TLSSocket.emit (node:events:514:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
truffle unbox metacoinfailedwhen i create new project by using
truffle unbox metacoin, but it does not work, it looks like network problem. so i tried do something below:1、config vscode's proxy. does not work
2、downgrade node version from v19 to v18. does not work
3、add
151.101.56.133 raw.githubusercontent.comin host file (i am in china). does not work4、run
curl https://raw.githubusercontent.com/xxx/truffle-box.json, i got the response, network maybe is ok, so why unbox failed???Steps to Reproduce
run
truffle unbox metacoinin vscode's terminal, then it show the following exceptionEnvironment
truffle version): v5.11.2node --version): v18.17.0npm --version): v8.19.4