gpt4 book ai didi

node.js - nodeJS jake 文件 Hello World 程序不工作

转载 作者:太空宇宙 更新时间:2023-11-03 22:18:00 26 4
gpt4 key购买 nike

我有一个简单的 hello world jake 文件,它给出了一个错误:

victors-macbook-pro:投票给 Victor$ jake -f jakefile 异步

(在/Users/Victor/Documents/workspace/votefor/votefor 中)文件第 1 行出现错误 [未知]ReferenceError:找不到变量:desc

victors-macbook-pro:投票给 Victor$ cat jakefile

desc('This is an asynchronous task.');
task('asynchronous', [], function () {
setTimeout(function () {
console.log("Yay, I'm asynchronous!");
complete();
}, 1000);
}, true);

我做错了什么吗?

代码是从 http://howtonode.org/intro-to-jake 复制并粘贴的

最佳答案

你必须像这样执行

jake -f path_to_file.js asynchronous

一定要全局安装它(我得到npm WARN更喜欢全局jake@0.5.16应该使用-g安装)

npm install jake -g

关于node.js - nodeJS jake 文件 Hello World 程序不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17007699/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com