I have created a truffle project. I was successfully able to compile and migrate the contract. After this when I try to open truffle console, I am getting the following error:
**Enexpected error: Cannot provision contracts while instantiating the console.
truffle(development)> TypeError: Cannot read property 'forEach' of undefined
at TruffleInterpreter.resetContractsInConsoleContext (/usr/local/lib/node_modules/truffle/lib/repl.js:95:17)
at /usr/local/lib/node_modules/truffle/lib/repl.js:44:12**