Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 JavascriptMVC,我在终端中运行以下命令,我从这里得到:
./js jquery/generate/app cookbook
我是命令行新手。我所有的谷歌搜索都一无所获。我想我缺少某种配置或什么?
该错误可能意味着“js”不可执行。如果它在当前目录中,您可以使用chmod +x js.
chmod +x js