解决truffle “could not find suitable configuration file“问题

Posted sanqima

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决truffle “could not find suitable configuration file“问题相关的知识,希望对你有一定的参考价值。

    在使用truffle命令的过程中,有时会报"could not find suitable configuration file",出现这种现象的原因是,当前目录下缺少truffle.js 或者truffle-config.js文件。
    解决方法:使用truffle init命令,生成一个truffle.js或者truffle-config.js文件即可。
    或者,切换到含有truffle.js 或者truffle-config.js文件的目录,再使用truffle命令即可。

//1) 生成truffle配置文件
truffle init
truffle compile --list

//2)进入还有truffle配置文件的目录
cd oneDApp
truffle compile --list

以上是关于解决truffle “could not find suitable configuration file“问题的主要内容,如果未能解决你的问题,请参考以下文章

./gradlew build:Could not find tools.jar. 解决方法

maven出现Dependency not found 和Could not find artifact的解决方法(已解决)

Error: could not find java.dll如何解决

解决报错:IncompleteElementException: Could not find result map...

Could not find acceptable representation

mybatis异常:Could not find result map ......... 问题分析及解决