truffle-box / bare-box

Truffle Box for a bare-minimum Truffle project (`truffle init`)
21 stars 25 forks source link

Truffle v4.1.13 not working #18

Open CarlosLanderas opened 5 years ago

CarlosLanderas commented 5 years ago

Truffle Version 4.X stopped working with latest repository changes.

I am using the following version:

Truffle v4.1.13 (core: 4.1.13) Solidity v0.4.24 (solc-js)

And when you try to create a new project with truffle init it is not working:

 truffle init
Downloading...
Error: Truffle Box at URL https://github.com/truffle-box/bare-box.git doesn't exist. If you believe this is an error, please contact Truffle support.
    at Request._callback (C:\Users\Carlos Landeras\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\truffle-box\lib\utils\unbox.js:50:1)
    at Request.self.callback (C:\Users\Carlos Landeras\AppData\Roaming\npm\node_modules\truffle\build\webpack:\~\request\request.js:185:1)
    at Request.emit (events.js:182:13)
    at Request.<anonymous> (C:\Users\Carlos Landeras\AppData\Roaming\npm\node_modules\truffle\build\webpack:\~\request\request.js:1157:1)
    at Request.emit (events.js:182:13)
    at IncomingMessage.<anonymous> (C:\Users\Carlos Landeras\AppData\Roaming\npm\node_modules\truffle\build\webpack:\~\request\request.js:1079:1)
    at Object.onceWrapper (events.js:273:13)
    at IncomingMessage.emit (events.js:187:15)
    at endReadableNT (_stream_readable.js:1094:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)

Please, this should be fixed as not everyone is running on the last version. Thank you very much.

zmitton commented 5 years ago

running Truffle v5.0.0-beta.0 (core: 5.0.0-beta.0) same issue

edit: Truffle v5.0.35 (core: 5.0.35) fixed it

(had to rm -rf /usr/local/bin/truffle to fully get rid of truffle though)

pedrojn-dev commented 4 years ago

I have the same problem, please is there any solution?