truffleError: `truffle init` no longer accepts a project template name as an argument.
Posted 依然范儿特西
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了truffleError: `truffle init` no longer accepts a project template name as an argument.相关的知识,希望对你有一定的参考价值。
下载范例工程时候。使用命令报错
truffle init webpack
错误如下:
Error: `truffle init` no longer accepts a project template name as an argument. - For an empty project, use `truffle init` with no arguments - Or, browse the Truffle Boxes at <http://truffleframework.com/boxes>!
原因:
命令已经更新了,通过如下方式 即可
truffle unbox webpack
以上是关于truffleError: `truffle init` no longer accepts a project template name as an argument.的主要内容,如果未能解决你的问题,请参考以下文章
truffle Error: Cannot find module ‘truffle-hdwallet-provider‘