Hello,
When I run truffle develop I get the next error:
Can you help me please!
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
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