MacO上的松露:无效或意外的令牌

时间:2018-11-10 18:00:29

标签: macos ethereum truffle

当我运行“松露迁移”时,出现以下错误:

var HelloWorld=artifacts.require(“HelloWorld”);
                                 ^

SyntaxError: Invalid or unexpected token
    at new Script (vm.js:74:7)
    at Object.createScript (vm.js:246:10)

我正在使用MacO。

关于为什么会出现此问题的任何建议?

1 个答案:

答案 0 :(得分:0)

我解决了。由于字符“类似于”,我没有看到它在那儿,所以我必须将其替换为字符才能工作。所以我更换了:

var HelloWorld=artifacts.require(“HelloWorld”);

var HelloWorld=artifacts.require("HelloWorld");