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.
Not sure how actively Truffle Webpack starter is being maintained, but as it is referenced in the Truffle docs (and there is no issues tab available in the truffle-init-webpack repo) I thought I would post this here. I'm unable to successfully install or truffle compile the Webpack version of Truffle.
Note, installing Babel globally is specifically not encouraged in the Babel docs.
There also seems to no longer be a git file/repo for bignumber.js. I get this bignumber error also when trying to install truffle-default-builder.
npm ERR! git fetch -a origin (https://github.com/debris/bignumber.js.git) remote: Repository not found. npm ERR! git fetch -a origin (https://github.com/debris/bignumber.js.git) fatal: repository 'https://github.com/debris/bignumber.js.git/' not found
Environment
Truffle 3.2.8
Darwin 16.6.0
node v6.11.0
npm v3.10.10