📌  相关文章
📜  TypeError:无法将 undefined 或 null 转换为 Function.values 处的对象(<anonymous> ) insolidity - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:10.059000             🧑  作者: Mango

代码示例1
I had this issue when compiling using my global truffle module. i switched to npx truffle compile after installing it as a dev dependency. The global module was v5.0.5 and the local module was v5.2.6 . so you might want to check your compiler version.