Truffle Develop error

Hello,

When I run truffle develop I get the next error:

Can you help me please!

1 Like

Try to update your node.js if you have the same error with the last version, try to install version 14.

I use nvm to manage my node versions, you can install version 14 and if for any reason you need v16, just have to change the version of node through nvm.

https://github.com/nvm-sh/nvm/releases

Carlos Z

Hey @thecil,

I even have installed version 18 :sweat_smile: but I will try it with version 14. I keep you posted :grinning:

hey @thecil

Same problem…

1 Like

Could not find suitable configuration file, meaning there is no truffle -config file in the folder that you are calling this method, be sure that you are in the correct folder where you have your truffle-config in it.

Carlos Z