app.owner.call 명령 실행시 에러가 납니다.
truffle.js 파일에서 포트부분을 바꾸고 가나슈 설정창에서 같은 포트번호로 맞췄는데 되네요;; 그런데 이상한것은 처음에도 8545로 둘다 동일한 포트로 설정되어있었는데 안됐었다는 점입니다. module.exports = { // See http://truffleframework.com/docs/advanced/configuration // to customize your Truffle configuration! networks: { ganache: { host: "localhost", port: 8546, // network_id: "*" // Match any network id } } };